aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml
blob: 24f433f9b93e4be1e44600030f9238b071b86b11 (plain)
1
2
3
4
5
6
7
8
9
---
# file: roles/tg/tasks/main.yaml

- name: Install distribution - release - machine prerequisites
  include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'

- name: Install WRK
  include_tasks: 'wrk.yaml'
  tags: install-wrk