Infra: Ansible maintenance
[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: tg
14       tags: tg
15     - role: kernel
16       tags: kernel
17     - role: mellanox
18       tags: mellanox
19     - role: iperf
20       tags: iperf
21     - role: trex
22       tags: trex
23     - role: wrk
24       tags: wrk
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