Deprecated

Removed in 2.12

i

Reason:Consolidating code base. | Alternative:Use U(https://galaxy.ansible.com/PaloAltoNetworks/paloaltonetworks) instead.

ansible.builtin._panos_restart (v2.8.11) — module

restart a device

| "added in version" 2.3 of ansible.builtin"

Authors: Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer)

deprecated | supported by community

Install Ansible via pip

Install with pip install ansible==2.8.11

Description

Restart a device


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- panos_restart:
    ip_address: "192.168.1.1"
    username: "admin"
    password: "admin"

Inputs

    
password:
    description:
    - Password for authentication.
    required: true
    type: str

username:
    default: admin
    description:
    - Username for authentication.
    type: str

ip_address:
    description:
    - IP address (or hostname) of PAN-OS device.
    required: true
    type: str

Outputs

status:
  description: success status
  returned: success
  sample: okey dokey
  type: str