make default strategy configurable (#18394)

This commit is contained in:
Gael Pasgrimaud
2016-11-15 21:36:53 +01:00
committed by Brian Coca
parent bd70397e24
commit f94100aa87
4 changed files with 17 additions and 1 deletions

View File

@@ -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