ansible: common: move root user logic to users.yml
[lttng-ci.git] / automation / ansible / site.yml
index 4319d497216ea3a637b59be7ca7108e147ca54da..3a193f72271db1185b609a5472ec343ca1eb05e3 100644 (file)
@@ -1,9 +1,11 @@
 ---
-- include: hosts.yml
-- include: slave-armhf.yml
-- include: slave-arm64.yml
-- include: slave-powerpc.yml
-- include: slave-ppc64el.yml
-- include: slave-i386.yml
-- include: slave-amd64.yml
-- include: slave-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_i386.yml
+- import_playbook: node_amd64.yml
+- import_playbook: node_standalone.yml
+- import_playbook: node_sles.yml
+- import_playbook: node_el.yml
This page took 0.026557 seconds and 4 git commands to generate.