Skip to content

Manage Address Groups on Palo Alto

Go to Automation

View in GitLab

Description

This Ansible playbook manages Address object Groups on Palo Alto. It first checks if the Application group exists. Then it does one of the following: - Create the GRP if it doesn't exist - Merges the GRP if it exists and additions are made - Replaces the existing GRP with parameters provided - Deletes the GRP if no longer needed

Credentials

Input

Variable Description
Loopitem list with items
.0 GRP Name Name of the AG
.1 Value list of items to add to the GRP
.2 Action Action to be taken on the GRP

None

Output

The firewall is updated with the requested info

Dependencies