aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/sut_azure.yaml
blob: be45810a6035e3934c22d902f6377a467cc90caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# file: sut_azure.yaml

- hosts: sut
  remote_user: testuser
  become: yes
  become_user: root
  roles:
    - role: common
      tags: common
    - role: azure
      tags: azure
    - role: iperf
      tags: iperf
    - role: docker
      tags: docker
    - role: dpdk
      tags: dpdk
    - role: cleanup
      tags: cleanup
    - role: calibration
      tags: calibration