blob: e499002534340df218046b418f657ab0acd5b29b (
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
|
all:
hosts:
lovelace:
ansible_host: lovelace.box.pydis.wtf
wireguard_subnet: 10.2.0.0/16
certbot_reload_services:
- dovecot
- postfix@-
ldap01:
ansible_host: ldap01.box.pydis.wtf
wireguard_subnet: 10.3.0.0/16
children:
netcup:
hosts:
lovelace:
nginx:
hosts:
lovelace:
databases:
hosts:
lovelace:
monitoring:
hosts:
lovelace:
ldap:
hosts:
ldap01:
mail:
hosts:
lovelace:
jitsi:
hosts:
lovelace:
vars:
wireguard_port: 46850
|