New in version 2.4.
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.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/aci_intf_policy_lldp_module.html