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

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