蚂蚁搬大象 发表于 2016-10-26 14:12:54

ansible安装

ansible安装过程一直在各种错误中度过
整体两天下来采用最多的是这个连接的 yum的安装(http://www.361way.com/ansible-install/4371.html),期间报的错误 根据具体错误进行解决,最终成功      
ansible --version成功显示版本后    执行具体任务依旧失败

pip list|grep ansible    没有这个命令措施 安装pip

总之各种错误

一句话 我的解决方法    卸了重新安装

# yum install http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
# yum install ansible

页: [1]
查看完整版本: ansible安装