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