X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=a9fef39e1fad91b8c47477d1f67b80ffdb834597;hb=8a1e0260bda35c86463f2e6cd86d84a7ed6be5da;hp=b706081b05c915b14134cc053df8bf221e5c7f1d;hpb=2b3620ef1d9adeb10863fc352494c68740f2747f;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index b706081..a9fef39 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -1,8 +1,32 @@ --- -- 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 +- 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