blob: d93d0b07cf3fce4cc43bbdbb55f290da9ed04041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
# file: sut.yaml
- hosts: sut
remote_user: testuser
become: yes
become_user: root
roles:
- role: common
tags: common
- role: sut
tags: sut
- role: docker
tags: docker
- role: kubernetes
tags: kubernetes
- role: performance_tuning
tags: performance_tuning
- role: calibration
tags: calibration
|