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
Brian Coca 8940732b58
Configurable and parallel gather facts (#49399)
* Configurable list of facts modules (#31783)

 - allow for args dict for specific modules
 - add way to pass parameters
 - avoid facts poluting test
 - move to 'facts gathered' flag
 - add 'gathering' setting tests
 - allow parallel option in case serialization is too slow
 - added support to automatically map network facts
   uses "smart" connection mapping
6 years ago
..
discovery Python interpreter discovery (#50163) 6 years ago
powershell win become: refactor and add support for passwordless become (#48082) 6 years ago
process Avoid accidental fork bombs due to try/except (#51633) (#51636) 6 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 7 years ago
action_write_locks.py Clarify the comments for action_write_locks 7 years ago
interpreter_discovery.py interpreter discovery message tweaks (#53155) 6 years ago
module_common.py Python interpreter discovery (#50163) 6 years ago
play_iterator.py Configurable and parallel gather facts (#49399) 6 years ago
playbook_executor.py Ensure play order is obeyed (#49897) 6 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 6 years ago
task_executor.py Become plugins (#50991) 6 years ago
task_queue_manager.py Fix pycodestyle E117 issues. 6 years ago
task_result.py fix tempating issues with no_log and loops (#44468) 6 years ago