Re-compile vfio-pci and igb_uio for AWS in ansible scripts.
[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   roles:
8     - role: user_add
9       tags: user_add
10     - role: common
11       tags: common
12     - role: dpdk
13       tags: dpdk
14     - role: aws
15       tags: aws
16     - role: tg
17       tags: tg
18     - role: iperf
19       tags: iperf
20     - role: trex
21       tags: trex
22     - role: wrk
23       tags: wrk
24     - role: docker
25       tags: docker
26     - role: cleanup
27       tags: cleanup
28     - role: calibration
29       tags: calibration