vsap: install ab using ansible
[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: docker
24       tags: docker
25     - role: performance_tuning
26       tags: performance_tuning
27     - role: cleanup
28       tags: cleanup
29     - role: calibration
30       tags: calibration
31     - role: ab
32       tags: ab