下载 ansible
下载地址为:https://github.com/ansible/ansible
解压下载后的文件进行配置
#准备安装
$ pip install paramiko PyYAML Jinja2 httplib2 six
$ unzip ansible-2.0.0.2-1.zip
$ mv ansible-2.0.0.2-1 /software/ansible_home
$ cat ~/.bashrc #每次加载配置
ansible_home="/software/ansible_home"
source ${ansible_home}/hacking/env-setup -q
原文:http://www.cnblogs.com/edwardlogs/p/Ansible-an-zhuang.html