X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=b113e9adc0143939c8c9285c0bca4e7597542606;hb=cda84f27d95fd6f55fa736e35298266a78bd35c5;hp=3a193f72271db1185b609a5472ec343ca1eb05e3;hpb=9fc19e2832a82f3bd4f999506bf7b19a0e34c856;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 3a193f7..b113e9a 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -4,8 +4,30 @@ - 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