aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/sut.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/sut.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/sut.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml
new file mode 100644
index 0000000000..d178a02867
--- /dev/null
+++ b/resources/tools/testbed-setup/ansible/sut.yaml
@@ -0,0 +1,11 @@
+---
+# file: sut.yaml
+
+- hosts: sut
+ remote_user: testuser
+ become: yes
+ become_user: root
+ roles:
+ - common
+ - sut
+ - tg_sut