Skip to content

Instantly share code, notes, and snippets.

@AlanCoding
Created April 19, 2017 15:31
Show Gist options
  • Save AlanCoding/a4e984cb6383b8f85c09268d864ddb91 to your computer and use it in GitHub Desktop.
Save AlanCoding/a4e984cb6383b8f85c09268d864ddb91 to your computer and use it in GitHub Desktop.
{
"_meta": {
"hostvars": {
"my_host": {
"my_variable": "foobar"
}
}
},
"all": {
"children": [
"my_group",
"ungrouped"
]
},
"my_group": {
"hosts": [
"my_host"
]
},
"ungrouped": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment