ef3201617c7a635df7987e7105b70dbe03f6f521
[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: tg
21       tags: tg
22     - role: iperf
23       tags: iperf
24     - role: trex
25       tags: trex
26     - role: ab
27       tags: ab
28     - role: docker
29       tags: docker
30     - role: cleanup
31       tags: cleanup
32 #    - role: calibration
33 #      tags: calibration