New in version 2.3.
| parameter | required | default | choices | comments |
|---|---|---|---|---|
| commit | no | True | commit if changed | |
| dag_filter | yes | dynamic filter user by the dynamic address group | ||
| dag_name | yes | name of the dynamic address group | ||
| ip_address | yes | IP address (or hostname) of PAN-OS device | ||
| password | yes | password for authentication | ||
| username | no | admin | username for authentication |
- name: dag
panos_dag:
ip_address: "192.168.1.1"
password: "admin"
dag_name: "dag-1"
dag_filter: "'aws-tag.aws:cloudformation:logical-id.ServerInstance' and 'instanceState.running'"
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/panos_dag_module.html