Add local support to ansible
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Dec 2015 15:58:40 +0000 (10:58 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Dec 2015 15:58:40 +0000 (10:58 -0500)
automation/ansible/hosts
automation/ansible/slave-all.yml [new file with mode: 0644]

index d71920a663589262ab597016acb1c5800524c5a9..ea0dd776be3b089e651f179fe3130590c3a2d5f8 100644 (file)
@@ -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 (file)
index 0000000..00ad114
--- /dev/null
@@ -0,0 +1,9 @@
+- hosts: all
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - tracecompass
This page took 0.02327 seconds and 4 git commands to generate.