community.general/lib/ansible/plugins/strategy
Brian Coca 9cc56981b5
Add new host_pinned strategy (#44586)
The 'free' strategy still attempts to do all hosts per task before going to the next, it just doesn't wait for slow hosts,
This strategy processes each host as fast as possible to the end of the play before trying to process another host in the pool.
2018-08-23 20:16:32 -04:00
..
__init__.py Fix PEP8 issue. 2018-08-23 16:43:59 -07:00
debug.py Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
free.py Add new host_pinned strategy (#44586) 2018-08-23 20:16:32 -04:00
host_pinned.py Add new host_pinned strategy (#44586) 2018-08-23 20:16:32 -04:00
linear.py Fix inserting noop tasks by using active state (#36056) 2018-06-06 12:34:25 +02:00