aci_interface_policy_fc – Manage Fibre Channel interface policies (fc:IfPol)¶
New in version 2.4.
Synopsis¶
Manage ACI Fiber Channel interface policies on Cisco ACI fabrics.
Aliases: aci_intf_policy_fc
Parameters¶
See Also¶
See also
- APIC Management Information Model reference
More information about the internal APIC class fc:IfPol.
- Cisco ACI Guide
Detailed information on how to manage your ACI infrastructure using Ansible.
- Developing Cisco ACI modules
Detailed guide on how to write your own Cisco ACI modules to contribute.
Examples¶
- aci_interface_policy_fc:
host: '{{ hostname }}'
username: '{{ username }}'
password: '{{ password }}'
fc_policy: '{{ fc_policy }}'
port_mode: '{{ port_mode }}'
description: '{{ description }}'
state: present
delegate_to: localhost
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by an Ansible Partner. [certified]
Authors¶
Dag Wieers (@dagwieers)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.