首页 > 其他 > 详细

新机器连接老机器遇到的ERROR

时间:2016-01-19 19:24:00      阅读:159      评论:0      收藏:0      [点我收藏+]

                     Ansible无法连接老旧机器                         

报错内容:
[root@BI ansible]# ansible -i /etc/ansible/hosts GameServer -m ping
10.10.113.31 | FAILED >> {
    "failed": true, 
    "msg": "Error: ansible requires the stdlib json or simplejson module, neither was found!"
}
解决方法:

在老机器上安装:yum -y install python-simplejson   或者升级Python版本(最少升级到Python 2.6.6)。

 

新机器连接老机器遇到的ERROR

原文:http://www.cnblogs.com/tangshengwei/p/5142966.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!