Created
June 4, 2015 12:08
-
-
Save toast38coza/07ac9b7b016f5dd35790 to your computer and use it in GitHub Desktop.
Some useful ansible commands
This file contains hidden or 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
| # Get the ansible facts | |
| ansible -i {inventory_file} -u {username} -m setup {hostname} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment