fc18038686ec0856fa6b52cd6bc36837937cabda
[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: baremetal
10       tags: baremetal
11     - role: common
12       tags: common
13     - role: kernel
14       tags: kernel
15     - role: mellanox
16       tags: mellanox
17     - role: tg
18       tags: tg
19     - role: iperf
20       tags: iperf
21     - role: trex
22       tags: trex
23     - role: ab
24       tags: ab
25     - role: docker
26       tags: docker
27     - role: performance_tuning
28       tags: performance_tuning
29     - role: cleanup
30       tags: cleanup
31     - role: calibration
32       tags: calibration