Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created December 8, 2017 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/7ee68379e3876563f6749e8c7ca42775 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/7ee68379e3876563f6749e8c7ca42775 to your computer and use it in GitHub Desktop.
- name: Discovery EPG To Domains
aci_epg_to_domain:
hostname: "{{ aci_discovery_apic_controller }}"
password: "{{ aci_discovery_password }}"
state: query
tenant: "{{ item }}"
username: "{{ aci_discovery_username }}"
validate_certs: false
register: _aci_discovered_epg_domains
with_items: "{{ aci_discovered_tenants }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment