Ansible: Trex installation
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
index 24f433f..0b32002 100644 (file)
@@ -3,7 +3,12 @@
 
 - name: Install distribution - release - machine prerequisites
   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
+  tags: install-csit-dependencies
 
 - name: Install WRK
   include_tasks: 'wrk.yaml'
   tags: install-wrk
+
+- name: Install TRex
+  include_tasks: 'trex.yaml'
+  tags: install-trex