diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/site_azure.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/site_azure.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/site_azure.yaml b/resources/tools/testbed-setup/ansible/site_azure.yaml new file mode 100644 index 0000000000..c60e8b8f30 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/site_azure.yaml @@ -0,0 +1,8 @@ +--- +# file: site_azure.yaml + +- import_playbook: tg_azure.yaml + tags: tg + +- import_playbook: sut_azure.yaml + tags: sut |