a3a24a4dcbcdceee73687e8eb40e2272eb577d3d
[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   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: vpp
19       tags: vpp
20     - role: azure
21       tags: azure
22     - role: iperf
23       tags: iperf
24     - role: docker
25       tags: docker
26     - role: dpdk
27       tags: dpdk
28     - role: cleanup
29       tags: cleanup
30 #    - role: calibration
31 #      tags: calibration