anta/tests/data/test_inventory_medium.json
Daniel Baumann 8a6a3342fc
Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-17 07:33:51 +01:00

30 lines
476 B
JSON

{
"anta_inventory": {
"hosts": [
{
"name": "spine1",
"host": "localhost"
},
{
"name": "spine2",
"host": "localhost"
},
{
"name": "leaf1a",
"host": "localhost"
},
{
"name": "leaf1b",
"host": "localhost"
},
{
"name": "leaf2a",
"host": "localhost"
},
{
"name": "leaf2b",
"host": "localhost"
}
]
}
}