You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I do not see an option/parameter to set the Management EPG for the DNS Profile.
Can you please add this feature?
I was able to do this using the aci_rest module below, but I feel like it should be part of the dedicated module cisco.aci.aci_dns_provider as a parameter. When this is complete, can you also please share the code you add to complete this? Thanks!
- name: "Set Mgmt EPG to DNS Profile"
cisco.aci.aci_rest:
host: "{{ ansible_host }}"
username: "{{ username }}"
password: "{{ password }}"
validate_certs: no
path: "api/node/mo/uni/fabric/dnsp-default.json"
method: post
content:
dnsRsProfileToEpg:
attributes:
annotation: "orchestrator:ansible"
tDn: "uni/tn-mgmt/mgmtp-default/oob-default"
github-actionsbot
changed the title
cisco.aci.aci_dns_provider - No parameter option to set the Management EPG for the DNS Profile
cisco.aci.aci_dns_provider - No parameter option to set the Management EPG for the DNS Profile (DCNE-175)
Sep 9, 2024
Community Note
Description
I do not see an option/parameter to set the Management EPG for the DNS Profile.
Can you please add this feature?
https://docs.ansible.com/ansible/latest/collections/cisco/aci/aci_dns_profile_module.html#examples
New or Affected Module(s):
cisco.aci.aci_dns_provider
APIC version and APIC Platform
Collection versions
References
The text was updated successfully, but these errors were encountered: