rougail-output-ansible/tests/results/test_namespace/40_2leadership_calculation_param_index.json

67 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-12-02 20:22:27 +01:00
{
"_meta": {
"hostvars": {
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
"leader": [
{
"leader": "string1",
"follower1": 1
},
{
"leader": "string2",
"follower1": 2
},
{
"leader": "string3",
"follower1": 3
}
]
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
"leader": [
{
"leader": "string1",
"follower1": 1
},
{
"leader": "string2",
"follower1": 2
},
{
"leader": "string3",
"follower1": 3
}
]
}
}
}
},
"all": {
"children": [
"ungrouped",
"groups"
]
},
"group1": {
"hosts": [
"GROUP1_01"
]
},
"group2": {
"hosts": [
"GROUP2_01"
]
},
"groups": {
"children": [
"group1",
"group2"
]
}
}