Merging upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bfebc2a0f4
commit
0a0cb7f4fd
103 changed files with 79620 additions and 742 deletions
50
tests/data/ansible_inventory_with_vault.yml
Normal file
50
tests/data/ansible_inventory_with_vault.yml
Normal file
|
@ -0,0 +1,50 @@
|
|||
|
||||
---
|
||||
all:
|
||||
children:
|
||||
cv_servers:
|
||||
hosts:
|
||||
cv_atd1:
|
||||
ansible_host: 10.73.1.238
|
||||
ansible_user: tom
|
||||
ansible_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
OOOOOOOK!YOURAWESOMEVAULTEDPASSWOR!OOOOOOK!EEEEEEEK!
|
||||
cv_collection: v3
|
||||
ATD_LAB:
|
||||
vars:
|
||||
ansible_user: arista
|
||||
ansible_ssh_pass: arista
|
||||
children:
|
||||
ATD_FABRIC:
|
||||
children:
|
||||
ATD_SPINES:
|
||||
vars:
|
||||
type: spine
|
||||
hosts:
|
||||
spine1:
|
||||
ansible_host: 192.168.0.10
|
||||
spine2:
|
||||
ansible_host: 192.168.0.11
|
||||
ATD_LEAFS:
|
||||
vars:
|
||||
type: l3leaf
|
||||
children:
|
||||
pod1:
|
||||
hosts:
|
||||
leaf1:
|
||||
ansible_host: 192.168.0.12
|
||||
leaf2:
|
||||
ansible_host: 192.168.0.13
|
||||
pod2:
|
||||
hosts:
|
||||
leaf3:
|
||||
ansible_host: 192.168.0.14
|
||||
leaf4:
|
||||
ansible_host: 192.168.0.15
|
||||
ATD_TENANTS_NETWORKS:
|
||||
children:
|
||||
ATD_LEAFS:
|
||||
ATD_SERVERS:
|
||||
children:
|
||||
ATD_LEAFS:
|
Loading…
Add table
Add a link
Reference in a new issue