ansible: add librseq role
[lttng-ci.git] / automation / ansible / site.yml
index ded07e2598ac53abe1d1a3c8769570e2d98b2b71..0647675555310879df82dc846b0fd4658b499092 100644 (file)
@@ -1,9 +1,34 @@
 ---
-- include: hosts.yml
-- include: node-armhf.yml
-- include: node-arm64.yml
-- include: node-powerpc.yml
-- include: node-ppc64el.yml
-- include: node-i386.yml
-- include: node-amd64.yml
-- include: node-standalone.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
+    - librseq
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - libs-i386
+- hosts: developer
+  roles:
+    - developer
+    - docker
This page took 0.022752 seconds and 4 git commands to generate.