Skip to content

Commit_Ansible_Changes.yml.yml

Go to Automation

View in GitLab

Description

Standalone tasks to commit pending configuration changes to the active Palo Alto firewall. Uses panos_commit_firewall with sync: true to ensure synchronized commit.

Credentials

  • panos_username / panos_password

Input

Variable Description
provider PANOS connection provider object (created by get_active_paloalto.yml)
panos_username Admin user used to perform/record the commit

Output

  • A configuration commit on the active firewall with sync: true applied.

Dependencies