Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created August 1, 2016 14:09
Show Gist options
  • Save bcoca/9365872171f2fd0e7403656791b127d3 to your computer and use it in GitHub Desktop.
Save bcoca/9365872171f2fd0e7403656791b127d3 to your computer and use it in GitHub Desktop.
#>ansible -i 'lola,' localhost -m debug -a 'var=groups'
localhost | SUCCESS => {
"groups": {
"all": [
"lola"
],
"ungrouped": [
"localhost"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment