Skip to content

Instantly share code, notes, and snippets.

@jieter
Created October 22, 2015 13:07
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 jieter/4765b646408a8cb8545c to your computer and use it in GitHub Desktop.
Save jieter/4765b646408a8cb8545c to your computer and use it in GitHub Desktop.
Ansible snippets
- name: Display all variables/facts known for a host
debug: var=hostvars[inventory_hostname]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment