Need urgent help with panos_commit_panorama module #519
Unanswered
Kmaharwal2023
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am using the ansible panos_commit_panorama module to commit changes done by a specific user( eg. test user) and on a specific device group by using below code snippet:
panos_commit_panorama:
provider: "{{ provider }}"
device_groups: "{{ group}}"
admins: ["{{ panos_user }}"]
register: commit_result
However when i run the above code, it commits the changes for specific devicegroup for that user but also includes changes to all templates, template_stack, collector, collector group, wildfire appliance configuration, wildfire appliance cluster configuration.
Please can you advise how can I exclude everything else apart from the devicegroup. I checked from panorama cli, it is possible using below command, however couldn't find the relevant in ansible
https://paloaltonetworks.github.io/pan-os-ansible/modules/panos_commit_panorama_module.html
configure
#commit partial device-group no-template no-template-stack no-log-collector no-log-collector-group no-wildfire-appliance no-wildfire-appliance-cluster
Beta Was this translation helpful? Give feedback.
All reactions