go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers-sdk/v1/inventory/ansibleinventory/testdata/local.json (about)

     1  {
     2      "_meta": {
     3          "hostvars": {
     4              "127.0.0.1": {
     5                  "ansible_connection": "local"
     6              }
     7          }
     8      }, 
     9      "all": {
    10          "children": [
    11              "local", 
    12              "ungrouped"
    13          ]
    14      }, 
    15      "local": {
    16          "hosts": [
    17              "127.0.0.1"
    18          ]
    19      }, 
    20      "ungrouped": {}
    21  }