diff options
author | Gael Pasgrimaud <gael@gawel.org> | 2016-11-15 21:36:53 +0100 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2016-11-15 21:36:53 +0100 |
commit | f94100aa87ae4a86f0f9d68d6825aaa39408504f (patch) | |
tree | 5c90f6189f459eab921592baec4bbc45479504c4 /examples/ansible.cfg | |
parent | always template when called from template (#18490) (diff) | |
download | ansible-f94100aa87ae4a86f0f9d68d6825aaa39408504f.tar.xz ansible-f94100aa87ae4a86f0f9d68d6825aaa39408504f.zip |
make default strategy configurable (#18394)
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 2a9f7cf725..7a21f7c0bf 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -182,6 +182,11 @@ #test_plugins = /usr/share/ansible/plugins/test #strategy_plugins = /usr/share/ansible/plugins/strategy + +# by default, ansible will use the 'linear' strategy but you may want to try +# another one +#strategy = free + # by default callbacks are not loaded for /bin/ansible, enable this if you # want, for example, a notification or logging callback to also apply to # /bin/ansible runs |