From 4bc6897c4c9ef2ed9cd9a6f5123b509f22bd84d7 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 7 Dec 2015 10:58:40 -0500 Subject: [PATCH] Add local support to ansible --- automation/ansible/hosts | 2 ++ automation/ansible/slave-all.yml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 automation/ansible/slave-all.yml 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 -- 2.34.1