Deprecated

Removed in 2.12

i

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

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

configure management settings of 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

Configure management settings of device


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: set dns and panorama
  panos_mgtconfig:
    ip_address: "192.168.1.1"
    password: "admin"
    dns_server_primary: "1.1.1.1"
    dns_server_secondary: "1.1.1.2"
    panorama_primary: "1.1.1.3"
    panorama_secondary: "1.1.1.4"

Inputs

    
commit:
    default: 'yes'
    description:
    - commit if changed
    type: bool

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

panorama_primary:
    description:
    - address of primary Panorama server

dns_server_primary:
    description:
    - address of primary DNS server

panorama_secondary:
    description:
    - address of secondary Panorama server

dns_server_secondary:
    description:
    - address of secondary DNS server