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=4a8a7f045aad990f5f6cd54d4825628f30ffb2b7;hpb=cfd0d32435a912fccf39aac04959bd0d13a8d0e8;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 4a8a7f045a..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