X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsite.yaml;h=1d755dbae018c838b1c7b0dc8b16bdd414089a73;hb=a678231f39f4d4ea079018e7d11be36d0cc454d2;hp=6ea7fa1d0fc11334518c20df2657d273084c480b;hpb=c180acb883d659136a96fa989c85d9b045eea467;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 6ea7fa1d0f..1d755dbae0 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -2,13 +2,23 @@ # file: site.yaml - import_playbook: tg.yaml - tags: tg + tags: + - tg + - tg_aws - import_playbook: sut.yaml - tags: sut + tags: + - sut + - sut_aws - import_playbook: vpp_device.yaml - tags: vpp-device + tags: + - vpp-device - import_playbook: nomad.yaml - tags: nomad + tags: + - nomad + +- import_playbook: dev.yaml + tags: + - dev