2b375b76a171265c8ba2bc3b32b1fac17e44932c
[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   gather_facts: false
9   pre_tasks:
10     - name: Gathering Facts
11       gather_facts:
12       tags:
13         - always
14   roles:
15     - role: baremetal
16       tags: baremetal
17     - role: common
18       tags: common
19     - role: kernel
20       tags: kernel
21     - role: mellanox
22       tags: mellanox
23     - role: tg
24       tags: tg
25     - role: iperf
26       tags: iperf
27     - role: trex
28       tags: trex
29     - role: ab
30       tags: ab
31     - role: docker
32       tags: docker
33     - role: performance_tuning
34       tags: performance_tuning
35     - role: cleanup
36       tags: cleanup
37     - role: calibration
38       tags: calibration