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
ISSUE TYPE
Feature Idea
COMPONENT NAME
aci_epg_to_domain – Bind EPGs to Domains (fv:RsDomAtt)
ADDITIONAL INFORMATION
Add in Parameter something like "promiscuous" and in the choices : Accept / Reject, in order to fully achieve the vmm domain association with ansible.
- name: Add a new physical domain to EPG binding
aci_epg_to_domain:
host: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
validate_certs: false
tenant: Prod_XXX
ap: Prod_XX
epg: "{{ epgname }}_EPG"
domain: dvSwitch_ACI_XX
domain_type: vmm
state: present
deploy_immediacy: immediate
promiscuous: accept OR reject <----- NEW OPTION
delegate_to: localhost
The text was updated successfully, but these errors were encountered:
#67957 ### SUMMARY
Add the choice between Accept / Reject for the "allow promiscuous" option
ISSUE OPENER: AntoinePorte31
ISSUE LINK ansible/ansible#68109
ISSUE TYPE
Feature Idea
COMPONENT NAME
aci_epg_to_domain – Bind EPGs to Domains (fv:RsDomAtt)
ADDITIONAL INFORMATION
Add in Parameter something like "promiscuous" and in the choices : Accept / Reject, in order to fully achieve the vmm domain association with ansible.
The text was updated successfully, but these errors were encountered: