X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsite.yaml;h=4436c21b18951409f02740bbfaf538eac6be661a;hp=0d1913f8f68c3d812484175f335f7fef3fa6bef2;hb=9b87bc2230963448436d6f260808eb0e09dfdf09;hpb=04ea580e111ddf5be6101be1fbfe9fde56f1a214 diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 0d1913f8f6..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: vpp_device.yaml - tags: vpp-device + tags: + - vpp-device -- import_playbook: cobbler.yaml - tags: cobbler +- import_playbook: nomad.yaml + tags: + - nomad + +- import_playbook: dev.yaml + tags: + - dev