You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/inventory_yaml/success.json

62 lines
1.2 KiB
JSON

{
"_meta": {
"hostvars": {
"alice": {
"status": "single"
},
"bobby": {
"in_trouble": true,
"popular": false
},
"cindy": {
"in_trouble": true,
"popular": true
},
"greg": {
"in_trouble": true,
"popular": true
},
"jan": {
"in_trouble": true,
"popular": false
},
"marcia": {
"in_trouble": true,
"popular": true
},
"peter": {
"in_trouble": true,
"popular": false
}
}
},
"all": {
"children": [
"cousins",
"kids",
"the-maid",
"ungrouped"
]
},
"cousins": {
"children": [
"redheads"
]
},
"kids": {
"hosts": [
"bobby",
"cindy",
"greg",
"jan",
"marcia",
"peter"
]
},
"the-maid": {
"hosts": [
"alice"
]
}
}