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

Tags / Global Alias / Alias (DCNE-102) #10

Open aciguru opened 4 years ago

aciguru commented 4 years ago

SUMMARY The is a feature request to implement support for "Tags", "Global Alias" and Alias for all ACI modules where applicable, see for example aci_epg

ISSUE OPENER rsmeyers

ISSUE TYPE Feature Idea

COMPONENT NAME aci_epg, aci_tenant etc...

aciguru commented 4 years ago

https://github.com/ansible/ansible/issues/63270

Harsbo commented 2 years ago

I see in the documentation that aci_bd, aci_ap and others have the parameter "owner_tag", please implement this on aci_epg as well. This is such a useful feature!

lhercot commented 2 years ago

The EPG class (fvAEPg) does not support ownerKey and ownerTag properties so it will first have to be added to APIC before we can support it here. BD class (fvBD) does support those.

lhercot commented 2 years ago

You might want to look at tagAnnotation using aci_tag module (https://docs.ansible.com/ansible/devel/collections/cisco/aci/aci_tag_module.html) as that is a children object which is supported everywhere in the MIT.