Documentation

panos_restart - restart a device

New in version 2.3.

Synopsis

  • Restart a device

Options

parameter required default choices comments
ip_address
yes
IP address (or hostname) of PAN-OS device
password
yes
password for authentication
username
no admin
username for authentication

Examples

- panos_restart:
    ip_address: "192.168.1.1"
    username: "admin"
    password: "admin"

Return Values

Common return values are documented here Return Values, the following are the fields unique to this module:

name description returned type sample
status success status success string okey dokey


Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

Support

This module is community maintained without core committer oversight.

For more information on what this means please read Module Support

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.