community.general/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
2019-02-27 23:52:02 -08:00
..
discovery Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
powershell win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
process Avoid accidental fork bombs due to try/except (#51633) (#51636) 2019-02-04 13:52:26 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
interpreter_discovery.py Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
module_common.py Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
play_iterator.py Ensure play order is obeyed (#49897) 2019-02-27 18:20:16 -05:00
playbook_executor.py Ensure play order is obeyed (#49897) 2019-02-27 18:20:16 -05:00
stats.py Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
task_executor.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
task_queue_manager.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
task_result.py fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00