This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi all - I've been stuck trying to figure out a way to fix an issue I'm having while running this task in Ansible: - name: Add existing local User to existing User Group
paloaltonetworks.panos.pan...
Hello Palo Alto Community
I've been trying to make work my first Playbook in ansible, to pretty much whatever it works, right now Im trying to create a test address object, but I kept geet...
I am trying to automate blocking GlobalProtect clients via API calls. Our firewall is running PanOS 9.1.15-h1 and is controlled by a onsite Panorama instance on 10.1.8-h2. Due to the versio...
I have a use case for being able to apply set objects (address, service, etc. ) across multiple Panorama device groups in 3 Panorama appliances. How can I do that by defining each of object only...
Is there a way to create device under a parent or move a device group using the sdk. Similar to Operational command: > request move-dg dg1 new-parent-dg dg1_parent create-dg yes I...
I was able to use "get_endpoints" because in that instance, the PARAMS are just {}. But with /public_api/v1/alerts/get_alerts/ : >>> PARAMS = {"request_data": {"filters": [...
In the examples i have seen - name: Create address objects
paloaltonetworks.panos.panos_address_object:
ip_address: "{{inventory_hostname}}"
username: " {{ username...
Hello All, I'm trying to use the above Terraform resource for testing and was confused by the warning that is listed on the Registry (Hashicorp) page associated with this resource. It says, that " : ...
Hi everyone, Is there an ansible module that enables us to modify the ospf interface metric? I looked up the panos ansible galaxy collection Version: 2.13.0 but I could not find any...