Infra: Ansible Ubuntu Focal
[csit.git] / resources / tools / testbed-setup / ansible / tg_azure.yaml
index afe2d11..3713dc8 100644 (file)
@@ -4,6 +4,12 @@
 - hosts: tg
   become: yes
   become_user: root
+  gather_facts: false
+  pre_tasks:
+    - name: Gathering Facts
+      gather_facts:
+      tags:
+        - always
   roles:
     - role: user_add
       tags: user_add
       tags: common
     - role: azure
       tags: azure
+    - role: docker
+      tags: docker
     - role: tg
       tags: tg
     - role: iperf
       tags: iperf
     - role: trex
       tags: trex
-    - role: wrk
-      tags: wrk
-    - role: docker
-      tags: docker
+    - role: ab
+      tags: ab
     - role: cleanup
       tags: cleanup
 #    - role: calibration