Skip to content

Instantly share code, notes, and snippets.

@kkd927
Created August 7, 2014 04:23
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 kkd927/9d30d7500950197db652 to your computer and use it in GitHub Desktop.
Save kkd927/9d30d7500950197db652 to your computer and use it in GitHub Desktop.
How to install ansible on control node
# 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