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