Skip to content

Instantly share code, notes, and snippets.

@kkd927
Created August 7, 2014 04:23
Show Gist options
  • 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