1
0
Fork 0
anta/docs/snippets/getting-started/inventory.yml
Daniel Baumann afeccccd6a
Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 11:55:22 +01:00

20 lines
455 B
YAML

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