Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ---
  2. - name: Commit the candidate configuration on a PAN-OS firewall
  3. hosts: localhost
  4. connection: local
  5. gather_facts: no
  6.  
  7. roles:
  8. - role: PaloAltoNetworks.paloaltonetworks
  9.  
  10. tasks:
  11. - name: Run the commit job
  12. panos_commit:
  13. ip_address: '{{ fw_address }}'
  14. username: '{{ fw_username }}'
  15. password: '{{ fw_password }}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement