rougail-output-ansible/tests/results/test_namespace/00_6choice_variable_link2.json

56 lines
833 B
JSON
Raw Normal View History

2025-04-01 22:05:20 +02:00
{
"_meta": {
"hostvars": {
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
"var1": [
2025-04-21 21:23:58 +02:00
"a",
"b",
"c"
2025-04-01 22:05:20 +02:00
],
2025-04-21 21:23:58 +02:00
"var2": "a",
2025-04-01 22:05:20 +02:00
"family": {
2025-04-21 21:23:58 +02:00
"var3": "a"
2025-04-01 22:05:20 +02:00
}
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
"var1": [
2025-04-21 21:23:58 +02:00
"a",
"b",
"c"
2025-04-01 22:05:20 +02:00
],
2025-04-21 21:23:58 +02:00
"var2": "a",
2025-04-01 22:05:20 +02:00
"family": {
2025-04-21 21:23:58 +02:00
"var3": "a"
2025-04-01 22:05:20 +02:00
}
}
}
}
},
"all": {
"children": [
"ungrouped",
"groups"
]
},
"group1": {
"hosts": [
"GROUP1_01"
]
},
"group2": {
"hosts": [
"GROUP2_01"
]
},
"groups": {
"children": [
"group1",
"group2"
]
}
}