ansible.builtin.panos_restart (v2.4.0.0-1) — module

restart a device

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

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

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.4.0.0.post1

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

username:
    default: admin
    description:
    - username for authentication
    required: false

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

Outputs

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