Infra: Fix AWS deployment
[csit.git] / resources / tools / testbed-setup / ansible / sut_azure.yaml
index be45810..a3a24a4 100644 (file)
@@ -2,12 +2,21 @@
 # file: sut_azure.yaml
 
 - hosts: sut
-  remote_user: testuser
   become: yes
   become_user: root
+  gather_facts: false
+  pre_tasks:
+    - name: Gathering Facts
+      gather_facts:
+      tags:
+        - always
   roles:
+    - role: user_add
+      tags: user_add
     - role: common
       tags: common
+    - role: vpp
+      tags: vpp
     - role: azure
       tags: azure
     - role: iperf
@@ -18,5 +27,5 @@
       tags: dpdk
     - role: cleanup
       tags: cleanup
-    - role: calibration
-      tags: calibration
+#    - role: calibration
+#      tags: calibration