CiscoDevNet / ansible-aci

Cisco ACI Ansible Collection
https://galaxy.ansible.com/cisco/aci
GNU General Public License v3.0
143 stars 97 forks source link

Add aci_system_connectivity_prefs module #601

Closed dneilan-intel closed 7 months ago

dneilan-intel commented 9 months ago

A new module has been added to facilitate reading and mutating a fabric's management connectivity preference (inband/out-of-band)

APIC Connectivity Preferences is a fabric-wide system setting which can set to either in-band or out-of-band communication. image

Tests have been added to verify this setting can be read and updated

lhercot commented 7 months ago

Thanks for your contribution!