bigmon_policy – Create and remove a bigmon out-of-band policy¶
Parameters¶
Examples¶
- name: policy to aggregate filter and deliver data center (DC) 1 traffic
bigmon_policy:
name: policy1
policy_description: DC 1 traffic policy
action: drop
controller: '{{ inventory_hostname }}'
state: present
validate_certs: false
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Ted (@tedelhourani)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.