1
0
Fork 0
anta/docs/snippets/getting-started/inventory.yml

21 lines
455 B
YAML
Raw Permalink Normal View History

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']