community.general/lib/ansible/executor
Abhijit Menon-Sen 5887e96b27 Introduce a connection locking infrastructure
The lock file is (a temporary file) opened in the parent process, whose
open fd is inherited by the workers after fork, and passed down through
the PlayContext. Connection grows lock/unlock methods which can be used
by individual connection plugins.
2015-09-03 08:43:21 +05:30
..
process Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixes #12076 2015-08-24 19:07:04 -07:00
play_iterator.py Allow setup to run when using --start-at-task 2015-08-31 22:10:34 -04:00
playbook_executor.py Implement max_fail_percentage and any_errors_fatal support 2015-08-26 12:03:47 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Also move action/connection plugins to shared plugin loader code 2015-08-28 16:32:09 -04:00
task_queue_manager.py Introduce a connection locking infrastructure 2015-09-03 08:43:21 +05:30
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00