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

42 lines
663 B
JSON
Raw Normal View History

2025-02-10 09:57:38 +01:00
{
"_meta": {
"hostvars": {
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
2025-04-01 22:05:20 +02:00
"secret1": "onE7vaLues_len1",
"secret2": "onE7vaLues_len1"
2025-02-10 09:57:38 +01:00
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
2025-04-01 22:05:20 +02:00
"secret1": "onE7vaLues_len1",
"secret2": "onE7vaLues_len1"
2025-02-10 09:57:38 +01:00
}
}
}
},
"all": {
"children": [
"ungrouped",
"groups"
]
},
"group1": {
"hosts": [
"GROUP1_01"
]
},
"group2": {
"hosts": [
"GROUP2_01"
]
},
"groups": {
"children": [
"group1",
"group2"
]
}
2025-04-01 22:05:20 +02:00
}