paloaltonetworks.panos.panos_dynamic_updates (2.19.1) — module

Install dynamic updates on PAN-OS devices.

| "added in version" 2.6.0 of paloaltonetworks.panos"

Authors: Michael Richardson (@mrichardson03)

Install collection

Install with ansible-galaxy collection install paloaltonetworks.panos:==2.19.1


Add to requirements.yml

  collections:
    - name: paloaltonetworks.panos
      version: 2.19.1

Description

Installs the latest content update on PAN-OS devices.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Update content to latest version
  paloaltonetworks.panos.panos_dynamic_updates:
    provider: '{{ provider }}'

Inputs

    
provider:
    description:
    - A dict object containing connection details.
    required: true
    suboptions:
      api_key:
        description:
        - The API key to use instead of generating it using I(username) / I(password).
        type: str
      ip_address:
        description:
        - The IP address or hostname of the PAN-OS device being configured.
        required: true
        type: str
      password:
        description:
        - The password to use for authentication.  This is ignored if I(api_key) is specified.
        type: str
      port:
        default: 443
        description:
        - The port number to connect to the PAN-OS device on.
        type: int
      serial_number:
        description:
        - The serial number of a firewall to use for targeted commands. If I(ip_address)
          is not a Panorama PAN-OS device, then this param is ignored.
        type: str
      username:
        default: admin
        description:
        - The username to use for authentication.  This is ignored if I(api_key) is specified.
        type: str
    type: dict
    version_added: 1.0.0
    version_added_collection: paloaltonetworks.panos

update_type:
    choices:
    - content
    default: content
    description:
    - Type of dynamic update to install.
    type: str

sync_to_peer:
    default: false
    description:
    - If device is a member of a HA pair, install this update on the peer device as well.
    type: bool

Outputs

content:
  description: Content version installed
  returned: success
  sample: 8372-6534
  type: str