aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/tg.yaml
blob: fc18038686ec0856fa6b52cd6bc36837937cabda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
# file: tg.yaml

- hosts: tg
  remote_user: testuser
  become: yes
  become_user: root
  roles:
    - role: baremetal
      tags: baremetal
    - role: common
      tags: common
    - role: kernel
      tags: kernel
    - role: mellanox
      tags: mellanox
    - role: tg
      tags: tg
    - role: iperf
      tags: iperf
    - role: trex
      tags: trex
    - role: ab
      tags: ab
    - role: docker
      tags: docker
    - role: performance_tuning
      tags: performance_tuning
    - role: cleanup
      tags: cleanup
    - role: calibration
      tags: calibration