From: Michael Jeanson Date: Mon, 7 Dec 2015 15:58:40 +0000 (-0500) Subject: Add local support to ansible X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=4bc6897c4c9ef2ed9cd9a6f5123b509f22bd84d7;hp=f9c57a8ad7ce82fe626b2ed02ba094a4a6acdd08;p=lttng-ci.git Add local support to ansible --- diff --git a/automation/ansible/hosts b/automation/ansible/hosts index d71920a..ea0dd77 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -1,3 +1,5 @@ +localhost ansible_connection=local + [hosts] cloud01.internal.efficios.com cloud02.internal.efficios.com diff --git a/automation/ansible/slave-all.yml b/automation/ansible/slave-all.yml new file mode 100644 index 0000000..00ad114 --- /dev/null +++ b/automation/ansible/slave-all.yml @@ -0,0 +1,9 @@ +- hosts: all + roles: + - common + - babeltrace + - liburcu + - lttng-ust + - lttng-tools + - lttng-modules + - tracecompass