ACI: Make network testing work out-of-the-box (#35116)

This commit is contained in:
Dag Wieers 2018-01-20 02:47:28 +01:00 committed by GitHub
commit 2cd8a3a9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -48,6 +48,14 @@ groups_tree_var=3000
grandparent_var=2000
overridden_in_parent=2000
[aci:vars]
aci_hostname=your-apic-1
aci_username=admin
aci_password=your-password
[aci]
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
[amazon]
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local