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