mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
updated as per feedback
This commit is contained in:
parent
173f27531c
commit
0208a2cb30
5 changed files with 10 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
Strategies
|
||||
Setrategies
|
||||
===========
|
||||
|
||||
In 2.0 we added a new way to control play execution, ``strategy``, by default plays will
|
||||
still run as they used to, with what we call the ``linear`` strategy. All hosts will run each
|
||||
task befor any host starts the next task, using the number of forks (default 5) to paralelize.
|
||||
task befor any host starts the next task, using the number of forks (default 5) to parallelize.
|
||||
|
||||
The ``serial`` directive can 'batch' this behaviour to a subset of the hosts, which then run to
|
||||
completion of the play before the next 'batch' starts.
|
||||
|
@ -19,7 +19,7 @@ the play as fast as it can.::
|
|||
|
||||
.. _strategy_plugins:
|
||||
|
||||
Stratergy Plugins
|
||||
Strategy Plugins
|
||||
`````````````````
|
||||
|
||||
The strategies are implelented via a new type of plugin, this means that in the future new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue