CSIT-1449 Ansible: Adding calibration support
[csit.git] / resources / tools / testbed-setup / ansible / tg.yaml
1 ---
2 # file: tg.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: tg
12       tags: tg
13     - role: tg_sut
14       tags: tg_sut
15     - role: calibration
16       tags: calibration