Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found

Posted 邹姣姣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found相关的知识,希望对你有一定的参考价值。

Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found

1. 检查ansible服务器的Python:

# ls /usr/bin/python

没有则安装。

2. 检查节点服务器的Python:


没有python,路径下也没有。
节点是ubutun系统,按照下面方式安装:

# apt-get install python2.7
# ln -s /usr/bin/python2.7 /usr/bin/python

3. 检查

以上是关于Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found的主要内容,如果未能解决你的问题,请参考以下文章

ansible报错记录

Ansible报错

ansible报错

python 版本问题,导致ansible提示报错

ansible报错总结

ansible连接受控主机,报错:UNREACHABLE!