Created
October 22, 2015 13:07
-
-
Save jieter/4765b646408a8cb8545c to your computer and use it in GitHub Desktop.
Ansible snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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