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

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