blob: 761c0f7988225f1f12b6f16878251bcd3a928c90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
---
- hosts: all
roles:
- role: wireguard
- hosts: servers
roles:
- role: sshd
- hosts: servers:!dc0
roles:
- role: prometheus
- role: loki
- hosts: dc0
roles:
- role: pf
- role: relayd
- role: acme
- role: cgit
- role: znc
# internal git user and directory - different than the public one for cgit
- role: git
git_dir: /data/git-internal
git_user: git-internal
- hosts: stack0
roles:
- role: nfsd
- hosts: stack0-*
roles:
- role: nfsclient
- hosts: stack0-dc1
roles:
- role: grafana
- hosts: stack0-dev0,stack0-dc1
roles:
- role: cgit
- hosts: stack0-cld0
roles:
- role: miniflux
- hosts: servers
roles:
- role: httpd
- hosts: stack0
roles:
- role: vmm
|