aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/tg.yaml
blob: 16d2e0fd40b954103926495f76dbce0c882e2ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# file: tg.yaml

- hosts: tg
  remote_user: testuser
  become: yes
  become_user: root
  roles:
    - role: common
      tags: common
    - role: tg
      tags: tg
    - role: tg_sut
      tags: tg_sut
    - role: calibration
      tags: calibration