mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ACI: Make network testing work out-of-the-box (#35116)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
a10
|
||||
aci
|
||||
asa
|
||||
bigip
|
||||
cl
|
||||
|
||||
Reference in New Issue
Block a user