X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Fsite.yml;h=b9a2be446da92b3d5817952c9d733faf77dc70c5;hb=642d4194ecec41429d759be9b773e363296caa37;hp=9f9dee5fd7f3c287f875fe4e84778b6bd343aaa1;hpb=8f336825e0a396d37e1184bfed859d3567258cf6;p=lttng-ci.git diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 9f9dee5..b9a2be4 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -1,8 +1,10 @@ --- -- include: hosts.yml -- include: slave-armhf.yml -- include: slave-arm64.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