X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=automation%2Fansible%2Fsite.yml;h=0647675555310879df82dc846b0fd4658b499092;hb=fd18fb19fa0d32c2cda881dbf9358d89a0512837;hp=4319d497216ea3a637b59be7ca7108e147ca54da;hpb=5e9b21f22bbe42a9996bc5d1af4e91ab5feaf78b;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 4319d49..0647675 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -1,9 +1,34 @@ --- -- 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_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