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