X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=b113e9adc0143939c8c9285c0bca4e7597542606;hb=105f6fd59c54565bbe3575709878cfae5bde9c02;hp=35c1e1b89f46b263561808a594cc019e51af0888;hpb=599b56d0f30be5d747af3127b45e97c0b40eb0d7;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 35c1e1b..b113e9a 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -1,10 +1,33 @@ --- -- include: hosts.yml -- include: node-armhf.yml -- include: node-arm64.yml -- include: node-powerpc.yml -- include: node-ppc64el.yml -- include: node-i386.yml -- include: node-amd64.yml -- include: node-standalone.yml -- include: node-sles.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 + - docker