============================ Run the Full Config playbook ============================ The ``full_config.yml`` playbook will create a full PAN-OS configuration using several different modules, then commits the configuration. For more information, see the documentation pages for the modules used: - `panos_interface `_ - `panos_zone `_ - `panos_address_object `_ - `panos_service_object `_ - `panos_security_rule `_ - `panos_nat_rule `_ - `panos_commit `_ .. literalinclude:: ../../playbooks/full_config.yml Run the playbook with ``ansible-playbook``: .. code-block:: bash ansible-playbook -i inventory full_config.yml --ask-vault-pass Output: .. figure:: full-config-1.png .. figure:: full-config-2.png