summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/plugins/strategy.rst
diff options
context:
space:
mode:
authorscottb <dharmabumstead@users.noreply.github.com>2017-09-25 15:37:33 -0700
committerGitHub <noreply@github.com>2017-09-25 15:37:33 -0700
commit6c732bb670c541f202d9bbcfddbbeda7161474cf (patch)
tree843de7cc4147802951e85cdd1d9069b87ea216a2 /docs/docsite/rst/plugins/strategy.rst
parent5175bd8ebdca69ef2dc7dc4c7e825a42aba19af1 (diff)
downloadansible-6c732bb670c541f202d9bbcfddbbeda7161474cf.tar.gz
Plugin doc update edits for #30490 (#30889)
* Edit pass 1 for #30490 - command line tools and developing plugins. * Continuing edit pass for #30490. WIP * Last round of copy edits for #30490.
Diffstat (limited to 'docs/docsite/rst/plugins/strategy.rst')
-rw-r--r--docs/docsite/rst/plugins/strategy.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/docsite/rst/plugins/strategy.rst b/docs/docsite/rst/plugins/strategy.rst
index 0afb7d2abc..046f050fa7 100644
--- a/docs/docsite/rst/plugins/strategy.rst
+++ b/docs/docsite/rst/plugins/strategy.rst
@@ -4,14 +4,14 @@
Strategy Plugins
----------------
-Strategy plugins control the flow of play execution, they handle task and host scheduleing.
+Strategy plugins control the flow of play execution by handling task and host scheduling.
-Enabling Cache Plugins
-++++++++++++++++++++++
+Enabling Strategy Plugins
++++++++++++++++++++++++++
-Only one strategy plugin can be used in a play, but you can use different ones for each play in a playbook or ansible run.
-The default is the :doc:`linear <strategy/linear>` plugin, you can change this default via :doc:`configuration <../config>`:
+Only one strategy plugin can be used in a play, but you can use different ones for each play in a playbook or Ansible run.
+The default is the :doc:`linear <strategy/linear>` plugin. You can change this default in Ansible :doc:`configuration <../config>` using an environment variable:
.. code-block:: shell
@@ -24,7 +24,7 @@ or in the `ansible.cfg` file:
[defaults]
strategy=linear
-Or you can just speicfy the plugin in the play via the :ref:`strategy` keyword::
+You can also specify the strategy plugin in the play via the :ref:`strategy` keyword::
- hosts: all
strategy: debug
@@ -42,8 +42,8 @@ Or you can just speicfy the plugin in the play via the :ref:`strategy` keyword::
Plugin List
+++++++++++
-You can use ``ansible-doc -t strategy -l`` to see the list of available plugins,
-use ``ansible-doc -t strategy <plugin name>`` to see specific documents and examples.
+You can use ``ansible-doc -t strategy -l`` to see the list of available plugins.
+Use ``ansible-doc -t strategy <plugin name>`` to see plugin-specific specific documentation and examples.
.. toctree:: :maxdepth: 1