CSIT Azure integration
[csit.git] / resources / tools / testbed-setup / ansible / tg_azure.yaml
1 ---
2 # file: tg_azure.yaml
3
4 - hosts: tg
5   remote_user: testuser
6   become: yes
7   become_user: root
8   roles:
9     - role: common
10       tags: common
11     - role: azure
12       tags: azure
13     - role: tg
14       tags: tg
15     - role: iperf
16       tags: iperf
17     - role: trex
18       tags: trex
19     - role: wrk
20       tags: wrk
21     - role: docker
22       tags: docker
23     - role: cleanup
24       tags: cleanup
25     - role: calibration
26       tags: calibration