CSIT Azure integration
[csit.git] / resources / tools / testbed-setup / ansible / tg.yaml
1 ---
2 # file: tg.yaml
3
4 - hosts: tg
5   remote_user: testuser
6   become: yes
7   become_user: root
8   roles:
9     - role: common
10       tags: common
11     - role: vexx_hosts
12       tags: vexx_hosts
13     - role: tg
14       tags: tg
15     - role: iperf
16       tags: iperf
17     - role: trex
18       tags: trex
19     - role: wrk
20       tags: wrk
21     - role: docker
22       tags: docker
23     - role: mellanox
24       tags: mellanox
25     - role: performance_tuning
26       tags: performance_tuning
27     - role: cleanup
28       tags: cleanup
29     - role: calibration
30       tags: calibration