aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/inventory/hosts.yaml
blob: 1c4ae8273947701be840aa35b679dbef8ced16ed (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
all:
  hosts:
    lovelace:
      ansible_host: lovelace.box.pydis.wtf
      wireguard_subnet: 10.2.0.0/16
    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