1.安装方式
1.yum -y install ansible
2.pip install ansible
3.https://releases.ansible.com/ansible or https://github.com/ansible/ansible.git
查看ansible 版本 :ansible --version
使用要求:
服务端要求:
Python2/3,Linux操作系统,不支持Windows
被管理端要求
OpenSSH,Python2.6/2.7
2.配置文件
vi /etc/ansible/ansible.cfg
来源:oschina
链接:https://my.oschina.net/u/3966437/blog/4287058