X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=b113e9adc0143939c8c9285c0bca4e7597542606;hb=6e7745d035f75d4b5487b90bff6dc7e0658e208f;hp=b946476b9b5812b2fc8f5032874ef91a0a6f4c0a;hpb=6a4e05721bf1f28fdb26763ce6cbfba12bdd6bd5;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index b946476..b113e9a 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -10,3 +10,24 @@ - 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