Ansible无法连接老旧机器
报错内容:[root@BI ansible]# ansible -i /etc/ansible/hosts GameServer -m ping10.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)。