CiscoDevNet / ansible-aci

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

Add aci_system_connectivity_prefs module #601

Closed dneilan-intel closed 5 months ago

dneilan-intel commented 7 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 5 months ago

Thanks for your contribution!