Skip to content

Change_Public_NAT_IP

Go to Automation

View in GitLab

Description

Create or update FQDN address objects (used for public NAT IPs) on the active Palo Alto device and add them to a specified address group. Supports iterating multiple targets and optionally committing changes.

Credentials

  • panos_username / panos_password

Input

Variable Description
target Comma-separated list of FQDNs or identifiers to create as FQDN address objects
_description Description to set on the created address object
panos_addressgroup / panos_vlangroup Address group name to add the FQDN object to
provider PANOS connection provider (created by get_active_paloalto.yml)
_commit Set to Ja to commit the firewall configuration after changes

Output

  • Created/updated FQDN address object(s) (address_type fqdn).
  • Updated static members of the specified address group to include the new object(s).
  • Optional: configuration commit when _commit == Ja.

Dependencies