risotto/ansible/inventory.json

16 lines
210 B
JSON
Raw Normal View History

2022-10-01 22:33:11 +02:00
{
"_meta": {
"hostvars": {}
},
"all": {
"children": [
"ungrouped"
]
},
"ungrouped": {
"hosts": [
"cloud.silique.fr"
]
}
}