669e4097c610de7b8facf7d33e4452630a9fc4a4
[csit.git] / resources / tools / testbed-setup / ansible / sut_azure.yaml
1 ---
2 # file: sut_azure.yaml
3
4 - hosts: sut
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: vpp
13       tags: vpp
14     - role: azure
15       tags: azure
16     - role: iperf
17       tags: iperf
18     - role: docker
19       tags: docker
20     - role: dpdk
21       tags: dpdk
22     - role: cleanup
23       tags: cleanup
24     - role: calibration
25       tags: calibration