X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fansible.cfg;h=e7bb700c1e825455fb22083349e6637eedab70e6;hb=ebb0ea56586f8838cee161d0eceb2ce304296be1;hp=da6cce2686ec43ed257d9bc5b10cc195e7f6528d;hpb=5c32688f667a9630d339180b1f20fd3ca7351e6d;p=lttng-ci.git diff --git a/automation/ansible/ansible.cfg b/automation/ansible/ansible.cfg index da6cce2..e7bb700 100644 --- a/automation/ansible/ansible.cfg +++ b/automation/ansible/ansible.cfg @@ -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