Is Python 2.7 supported as control machine?

Hi, all.

Is Python 2.7 supported as control machine?

http://docs.ansible.com/intro_installation.html#control-machine-requirements
says:

Currently Ansible can be run from any machine with Python 2.6 installed (Windows isn’t supported for the control machine).

Should we modify "Python 2.6" to "Python 2.6 or later" here?
If only Python 2.6 is supported, I think we should add "(Python 2.7 is
not supported)".

Thanks!

yes, 2.6 and 2.7, soon even 3.x once v2 is out

s/once v2 is out/at some point after v2 is out/ :slight_smile:

We've been merging patches to allow this but I'm not yet sure that
we'll have them finished before we release 2.0.0

-Toshio

yes, 2.6 and 2.7, soon even 3.x once v2 is out

I've sent a pull request.

"Add Python 2.7 to Conrol Machine Requirements in docsite by hnakamur
· Pull Request #10806 · ansible/ansible"
https://github.com/ansible/ansible/pull/10806