0b320025453765ee81c2a205e37f5400bd0ca0d8
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
1 ---
2 # file: roles/tg/tasks/main.yaml
3
4 - name: Install distribution - release - machine prerequisites
5   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
6   tags: install-csit-dependencies
7
8 - name: Install WRK
9   include_tasks: 'wrk.yaml'
10   tags: install-wrk
11
12 - name: Install TRex
13   include_tasks: 'trex.yaml'
14   tags: install-trex