ansible操作远程服务器报Error: ansible requires the stdlib json or simplejson module, neither was found!

  通过ansible执行远程命令时报如下异常:

Error: ansible requires the stdlib json or simplejson module, neither was found!

  这是由于ansible执行远程命令或脚本需要python和python-simplejson的支持,如果python版本大于2.5则安装python即可,如果小于2.5则需要安装python和python-simplejson。

  安装python和python-simplejson

yum install python
yum install python-simplejson

  重新执行即可。

上一篇:Java编程基础-运算符


下一篇:SmartCoder每日站立会议02