jjb: Reduce output when downloading go during distrobuild
[lttng-ci.git] / automation / ansible / site.yml
index ae34832a94a1709ec468994aa2d970ae5f3542cf..b113e9adc0143939c8c9285c0bca4e7597542606 100644 (file)
@@ -1,7 +1,33 @@
 ---
-- include: hosts.yml
-- include: slave-armhf.yml
-- include: slave-powerpc.yml
-- include: slave-ppc64el.yml
-- include: slave-x32.yml
-- include: slave-x64.yml
+- import_playbook: hosts.yml
+- import_playbook: infra_lava.yml
+- import_playbook: node_armhf.yml
+- import_playbook: node_arm64.yml
+- import_playbook: node_ppc64el.yml
+- import_playbook: node_riscv64.yml
+- import_playbook: node_i386.yml
+- import_playbook: node_amd64.yml
+- import_playbook: node_standalone.yml
+- import_playbook: node_sles.yml
+- import_playbook: node_el.yml
+- hosts: gitmirror
+  roles:
+    - common
+    - gitmirror
+- hosts: ci_node:developer
+  roles:
+    - common
+    - common-node
+    - cross-compilers
+    - compilers
+    - babeltrace
+    - binutils-gdb
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - libs-i386
+- hosts: developer
+  roles:
+    - developer
+    - docker
This page took 0.038072 seconds and 4 git commands to generate.