How do I force Ansible to use a certain version of Python? Is it in the ansible.cfg file? For example, I see via "ansible --version" command that it's using /usr/local/bin/python v2.6.6, but I want it to use /local/python/bin/python v2.7.x for example?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a2fb46cb-149c-41ca-838f-a28e78d5c423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Look at ansible_python_interpreter: http://docs.ansible.com/ansible/latest/intro_inventory.html#list-of-behavioral-inventory-parameters
On Tue, Oct 31, 2017 at 2:12 PM, ZillaYT <zil...@gmail.com> wrote:
How do I force Ansible to use a certain version of Python? Is it in the ansible.cfg file? For example, I see via "ansible --version" command that it's using /usr/local/bin/python v2.6.6, but I want it to use /local/python/bin/python v2.7.x for example?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a2fb46cb-149c-41ca-838f-a28e78d5c423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ ansible --versionansible 2.4.0.0 config file = /users/myuser/.ansible.cfg configured module search path = [u'/users/myuser/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /local/python/lib/python2.7/site-packages/ansible-2.4.0.0-py2.7.egg/ansible executable location = /local/python/bin/ansible python version = 2.7.14 (default, Oct 10 2017, 13:19:29) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
Look at ansible_python_interpreter: http://docs.ansible.com/ansible/latest/intro_inventory.html#list-of-behavioral-inventory-parameters
On Tue, Oct 31, 2017 at 2:12 PM, ZillaYT <zil...@gmail.com> wrote:
How do I force Ansible to use a certain version of Python? Is it in the ansible.cfg file? For example, I see via "ansible --version" command that it's using /usr/local/bin/python v2.6.6, but I want it to use /local/python/bin/python v2.7.x for example?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a2fb46cb-149c-41ca-838f-a28e78d5c423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d18d5856-0ef7-405e-b927-1f82d5d5fa74%40googlegroups.com.