blob: e800881127257d08a9a27bcbd91f89530fdc5005 (
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: tg
tags: tg
- role: kernel
tags: kernel
- role: mellanox
tags: mellanox
- role: iperf
tags: iperf
- role: trex
tags: trex
- role: wrk
tags: wrk
- role: docker
tags: docker
- role: performance_tuning
tags: performance_tuning
- role: cleanup
tags: cleanup
- role: calibration
tags: calibration
|