panos_dag - create a dynamic address group

New in version 2.3.

Synopsis

  • Create a dynamic address group object in the firewall used for policy rules

Requirements (on host that executes module)

  • pan-python

Options

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

Examples

- 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'"

Status

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–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/panos_dag_module.html