Skip to content

Instantly share code, notes, and snippets.

@andrekutianski
Created February 9, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrekutianski/86f6f6409663b1e6f270e39b5489373e to your computer and use it in GitHub Desktop.
Save andrekutianski/86f6f6409663b1e6f270e39b5489373e to your computer and use it in GitHub Desktop.
$ ansible localhost -m setup
localhost | SUCCESS => {
"ansible_facts": {
"ansible_all_ipv4_addresses": [
"10.0.0.100",
"192.168.100.100"
],
(MANY more facts)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment