CSIT-1449 Ansible: Adding calibration support
[csit.git] / resources / tools / testbed-setup / ansible / tg.yaml
index a524fdd..16d2e0f 100644 (file)
@@ -1,11 +1,16 @@
----\r
-# file: tg.yaml\r
-\r
-- hosts: tg\r
-  remote_user: testuser\r
-  become: yes\r
-  become_user: root\r
-  roles:\r
-    - common\r
-    - tg\r
-    - tg_sut\r
+---
+# file: tg.yaml
+
+- hosts: tg
+  remote_user: testuser
+  become: yes
+  become_user: root
+  roles:
+    - role: common
+      tags: common
+    - role: tg
+      tags: tg
+    - role: tg_sut
+      tags: tg_sut
+    - role: calibration
+      tags: calibration