Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae7b7df396
commit
afeccccd6a
154 changed files with 7346 additions and 5000 deletions
20
docs/snippets/getting-started/inventory.yml
Normal file
20
docs/snippets/getting-started/inventory.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
anta_inventory:
|
||||
hosts:
|
||||
- host: 192.168.0.10
|
||||
name: s1-spine1
|
||||
tags: ['fabric', 'spine']
|
||||
- host: 192.168.0.11
|
||||
name: s1-spine2
|
||||
tags: ['fabric', 'spine']
|
||||
- host: 192.168.0.12
|
||||
name: s1-leaf1
|
||||
tags: ['fabric', 'leaf']
|
||||
- host: 192.168.0.13
|
||||
name: s1-leaf2
|
||||
tags: ['fabric', 'leaf']
|
||||
- host: 192.168.0.14
|
||||
name: s1-leaf3
|
||||
tags: ['fabric', 'leaf']
|
||||
- host: 192.168.0.15
|
||||
name: s1-leaf3
|
||||
tags: ['fabric', 'leaf']
|
Loading…
Add table
Add a link
Reference in a new issue