blob: 62ba9d53dd7bef95ab25e382f7a6e5db98345c73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
# 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: cleanup
tags: cleanup
- role: calibration
tags: calibration
|