You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/executor
Matt Davis 4d3a6123d5
Python interpreter discovery (#50163)
* Python interpreter discovery

* No longer blindly default to only `/usr/bin/python`
* `ansible_python_interpreter` defaults to `auto_legacy`, which will discover the platform Python interpreter on some platforms (but still favor `/usr/bin/python` if present for backward compatibility). Use `auto` to always use the discovered interpreter, append `_silent` to either value to suppress warnings.
* includes new doc utility method `get_versioned_doclink` to generate a major.minor versioned doclink against docs.ansible.com (or some other config-overridden URL)

* docs revisions for python interpreter discovery

(cherry picked from commit 5b53c0012ab7212304c28fdd24cb33fd8ff755c2)

* verify output on some distros, cleanup
7 years ago
..
discovery Python interpreter discovery (#50163) 7 years ago
powershell win become: refactor and add support for passwordless become (#48082) 7 years ago
process Avoid accidental fork bombs due to try/except (#51633) (#51636) 7 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 9 years ago
action_write_locks.py Clarify the comments for action_write_locks 8 years ago
interpreter_discovery.py Python interpreter discovery (#50163) 7 years ago
module_common.py Python interpreter discovery (#50163) 7 years ago
play_iterator.py Ensure play order is obeyed (#49897) 7 years ago
playbook_executor.py Ensure play order is obeyed (#49897) 7 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 7 years ago
task_executor.py Become plugins (#50991) 7 years ago
task_queue_manager.py Fix pycodestyle E117 issues. 7 years ago
task_result.py fix tempating issues with no_log and loops (#44468) 7 years ago