New in version 2.4.
- ACI Fabric 1.0(3f)+
parameter | required | default | choices | comments |
---|---|---|---|---|
description |
no |
The description for the LLDP interface policy name.
aliases: descr
|
||
lldp_policy |
yes |
The LLDP interface policy name.
aliases: name
|
||
receive_state |
yes | enabled |
|
Enable or disable Receive state (FIXME!)
|
state |
no | present |
|
Use
present or absent for adding or removing.Use
query for listing an object or multiple objects. |
transmit_state |
no | enabled |
|
Enable or Disable Transmit state (FIXME!)
|
- aci_intf_policy_lldp: hostname: '{{ hostname }}' username: '{{ username }}' password: '{{ password }}' lldp_policy: '{{ lldp_policy }}' description: '{{ description }}' receive_state: '{{ receive_state }}' transmit_state: '{{ transmit_state }}'
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.