17e8239c9e66a91091d2112ed9ed7094ecf01ba3
[csit.git] / resources / tools / testbed-setup / ansible / tg_aws.yaml
1 ---
2 # file: tg_aws.yaml
3
4 - hosts: tg
5   become: yes
6   become_user: root
7   gather_facts: false
8   pre_tasks:
9     - name: Gathering Facts
10       gather_facts:
11       tags:
12         - always
13   roles:
14     - role: user_add
15       tags: user_add
16     - role: common
17       tags: common
18     - role: dpdk
19       tags: dpdk
20     - role: aws
21       tags: aws
22     - role: tg
23       tags: tg
24     - role: iperf
25       tags: iperf
26     - role: trex
27       tags: trex
28     - role: ab
29       tags: ab
30     - role: docker
31       tags: docker
32     - role: cleanup
33       tags: cleanup
34 #    - role: calibration
35 #      tags: calibration