b113e9adc0143939c8c9285c0bca4e7597542606
[lttng-ci.git] / automation / ansible / site.yml
1 ---
2 - import_playbook: hosts.yml
3 - import_playbook: infra_lava.yml
4 - import_playbook: node_armhf.yml
5 - import_playbook: node_arm64.yml
6 - import_playbook: node_ppc64el.yml
7 - import_playbook: node_riscv64.yml
8 - import_playbook: node_i386.yml
9 - import_playbook: node_amd64.yml
10 - import_playbook: node_standalone.yml
11 - import_playbook: node_sles.yml
12 - import_playbook: node_el.yml
13 - hosts: gitmirror
14 roles:
15 - common
16 - gitmirror
17 - hosts: ci_node:developer
18 roles:
19 - common
20 - common-node
21 - cross-compilers
22 - compilers
23 - babeltrace
24 - binutils-gdb
25 - liburcu
26 - lttng-ust
27 - lttng-tools
28 - lttng-modules
29 - libs-i386
30 - hosts: developer
31 roles:
32 - developer
33 - docker
This page took 0.029182 seconds and 3 git commands to generate.