; Example inventory for running the cisco.aci playbooks in this directory ; against aci-sim. ; ; Port mode (default `bash scripts/run.sh`): ; host = 127.0.0.1 ; port = 8443 (APIC site A) — see README.md §Configuration for ; APIC_A_PORT/APIC_B_PORT if you changed the defaults. ; ; Sandbox mode (`sudo bash scripts/sandbox-up.sh`): ; host = the site's mgmt_ip from topology.yaml (e.g. 10.192.0.11) ; port = 443 (the default; cisco.aci's aci_port omitted or set to 443) [aci_sim] sim-apic-a ansible_host=127.0.0.1 aci_port=8443 [aci_sim:vars] aci_hostname={{ ansible_host }} aci_username=admin aci_password=cisco aci_validate_certs=false aci_use_ssl=true