Created
April 6, 2016 05:22
-
-
Save xiongchiamiov/35b01285910d8f6e4e43b64bfe8522be to your computer and use it in GitHub Desktop.
ansible: update all hosts
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
[$]> ansible all -i hosts.ini --ask-sudo-pass -m apt -a 'update_cache=yes upgrade=safe' --become |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment