我有python2.7和python3.5在我的ansible服务器,而执行playbooks它是使用python2.7。我希望ansible使用python3.5当执行剧本。
in order:
1 have set export path.
2 also changed default interpreter path in ansible.cfg as well.
3 have given specific interpretor path in hostsfile for particular host.
但是,ansible并没有运行python3。 问题来源StackOverflow 地址:/questions/59380824/how-to-choose-a-python-interpreter-for-ansible-playbook
1)有ANSIBLE_PYTHON_INTERPRETER配置参数需要设置: 2) Python on controller的版本取决于Ansible是如何构建的。例如
$ uname -a
FreeBSD master.example.com 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64
$ pkg info | grep ansible
py27-ansible-2.8.5 Radically simple IT automation
py36-ansible-2.8.5 Radically simple IT automation
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。