risotto/ansible/inventory.json
2022-10-01 22:33:11 +02:00

15 lines
210 B
JSON

{
"_meta": {
"hostvars": {}
},
"all": {
"children": [
"ungrouped"
]
},
"ungrouped": {
"hosts": [
"cloud.silique.fr"
]
}
}