3713dc845f1dac8a3ff085e7f087ea43dcf7cade
[csit.git] / resources / tools / testbed-setup / ansible / tg_azure.yaml
1 ---
2 # file: tg_azure.yaml
3
4 - hosts: tg
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: azure
19       tags: azure
20     - role: docker
21       tags: docker
22     - role: tg
23       tags: tg
24     - role: iperf
25       tags: iperf
26     - role: trex
27       tags: trex
28     - role: ab
29       tags: ab
30     - role: cleanup
31       tags: cleanup
32 #    - role: calibration
33 #      tags: calibration