go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers-sdk/v1/inventory/ansibleinventory/testdata/winrm.json (about) 1 { 2 "_meta": { 3 "hostvars": { 4 "172.16.2.5": { 5 "ansible_connection": "winrm", 6 "ansible_password": "password", 7 "ansible_user": "vagrant", 8 "ansible_winrm_server_cert_validation": "ignore" 9 }, 10 "172.16.2.6": { 11 "ansible_connection": "winrm", 12 "ansible_password": "password", 13 "ansible_user": "vagrant", 14 "ansible_winrm_server_cert_validation": "ignore" 15 } 16 } 17 }, 18 "all": { 19 "children": [ 20 "ungrouped", 21 "win" 22 ] 23 }, 24 "ungrouped": {}, 25 "win": { 26 "hosts": [ 27 "172.16.2.5", 28 "172.16.2.6" 29 ] 30 } 31 }