Created
August 7, 2014 04:23
-
-
Save kkd927/9d30d7500950197db652 to your computer and use it in GitHub Desktop.
How to install ansible on control node
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
# view all ansible installation guide -- http://www.itstory.tk/89 | |
git clone git://github.com/ansible/ansible.git | |
cd ./ansible | |
source ./hacking/env-setup | |
pip install paramiko PyYAML jinja2 httplib2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment