ansible 安装
1、yum安装:
yum -y install epel-release yum -y install ansible
2、确认安装:
[root@host31 local]# ansible --version ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides [root@host31 local]#