Re-compile vfio-pci and igb_uio for AWS in ansible scripts.
[csit.git] / resources / tools / testbed-setup / ansible / sut.yaml
1 ---
2 # file: sut.yaml
3
4 - hosts: sut
5   remote_user: testuser
6   become: yes
7   become_user: root
8   roles:
9     - role: common
10       tags: common
11     - role: vexx_hosts
12       tags: vexx_hosts
13     - role: sut
14       tags: sut
15     - role: dpdk
16       tags: dpdk
17     - role: docker
18       tags: docker
19     - role: kubernetes
20       tags: kubernetes
21     - role: mellanox
22       tags: mellanox
23     - role: kernel_vm
24       tags: kernel_vm
25     - role: performance_tuning
26       tags: performance_tuning
27     - role: cleanup
28       tags: cleanup
29     - role: calibration
30       tags: calibration