aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/inventory/hosts.yaml
blob: 32a284eb16adbddac9424318c9827272e4c31b49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
all:
  hosts:
    turing:
      ansible_host: turing.box.pydis.wtf
      wireguard_subnet: 10.1.0.0/16
    lovelace:
      ansible_host: lovelace.box.pydis.wtf
      wireguard_subnet: 10.2.0.0/16
  children:
    nginx:
      hosts:
        turing:
        lovelace:
    databases:
      hosts:
        lovelace:
    monitoring:
      hosts:
        lovelace:
  vars:
    wireguard_port: 46850