X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsite.yaml;h=4436c21b18951409f02740bbfaf538eac6be661a;hb=99fa53e40c84f0d90fa23a060b8e9e0b9dc10c79;hp=834ad51787b1ebc462788cad6f3a20e275f864d2;hpb=61ef529d33efd51acd1b1986c325d25a9d7ba705;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 834ad51787..4436c21b18 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -2,13 +2,25 @@ # file: site.yaml - import_playbook: tg.yaml - tags: tg + tags: + - tg + - tg_aws + - tg_azure - import_playbook: sut.yaml - tags: sut + tags: + - sut + - sut_aws + - sut_azure -- import_playbook: vppdevice.yaml - tags: vppdevice +- import_playbook: vpp_device.yaml + tags: + - vpp-device -#- import_playbook: virl.yaml -# tags: virl +- import_playbook: nomad.yaml + tags: + - nomad + +- import_playbook: dev.yaml + tags: + - dev