New in version 2.3.
- pan-python
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.