X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=20fc9c562f7bb3acef0d382a10f522f5b747eabc;hb=898f41acc6bf869775e7f12b5968f939c1796beb;hp=ae34832a94a1709ec468994aa2d970ae5f3542cf;hpb=fb6075c06d5ab95b7a0bc26b7cbdfd929ee52613;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index ae34832..20fc9c5 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -1,7 +1,11 @@ --- -- include: hosts.yml -- include: slave-armhf.yml -- include: slave-powerpc.yml -- include: slave-ppc64el.yml -- include: slave-x32.yml -- include: slave-x64.yml +- import_playbook: hosts.yml +- import_playbook: node_armhf.yml +- import_playbook: node_arm64.yml +- import_playbook: node_powerpc.yml +- import_playbook: node_ppc64el.yml +- import_playbook: node_i386.yml +- import_playbook: node_amd64.yml +- import_playbook: node_standalone.yml +- import_playbook: node_sles.yml +- import_playbook: node_el8.yml