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