avi_l4policyset – Module for setup of L4PolicySet Avi RESTful Object¶
New in version 2.6.
Synopsis¶
- This module is used to configure L4PolicySet object
- more examples at https://github.com/avinetworks/devops
Parameters¶
Notes¶
Note
- For more information on using Ansible to manage Avi Network devices see https://www.ansible.com/ansible-avi-networks.
Examples¶
- name: Example to create L4PolicySet object
avi_l4policyset:
controller: 10.10.25.42
username: admin
password: something
state: present
name: sample_l4policyset
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
obj
dictionary
|
success, changed |
L4PolicySet (api/l4policyset) object
|
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Chaitanya Deshpande (@chaitanyaavi) <chaitanya.deshpande@avinetworks.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.