aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml
blob: 0b320025453765ee81c2a205e37f5400bd0ca0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# file: roles/tg/tasks/main.yaml

- 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