Summary¶
Congratulations! You have completed the PAN-OS Ansible lab.
What We’ve Accomplished¶
We’ve learned how to perform the following activities using the PAN-OS Ansible modules:
- Configuration Changes:
The hello_world.yml and full_config.yml playbooks showed how to modify the configuration of the PAN-OS device, as well as how to commit changes using the
panos_commit
module.- Operational Tasks:
The check_ready.yml, the get_facts.yml, and the upgrade.yml playbooks are all examples of operational commands on a PAN-OS device.
Operational commands are anything not configuration related.