ansible: Add SLES support to developer role
[lttng-ci.git] / automation / ansible / ansible.cfg
index da6cce2686ec43ed257d9bc5b10cc195e7f6528d..e7bb700c1e825455fb22083349e6637eedab70e6 100644 (file)
@@ -11,7 +11,7 @@
 
 # some basic default values...
 
-#inventory      = /etc/ansible/hosts
+inventory       = ./hosts
 #library        = /usr/share/my_modules/
 #module_utils   = /usr/share/my_module_utils/
 #remote_tmp     = ~/.ansible/tmp
@@ -205,7 +205,7 @@ remote_user = root
 
 # by default, ansible will use the 'linear' strategy but you may want to try
 # another one
-#strategy = free
+strategy = mitogen_linear
 
 # 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
This page took 0.024168 seconds and 4 git commands to generate.