aboutsummaryrefslogtreecommitdiffstats
path: root/inventory.yaml
blob: 95fd4c7611579e639c0cfd7395b5a6085332d250 (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:
    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
    hopper:
      ansible_host: hopper.box.pydis.wtf
      wireguard_subnet: 10.3.0.0/16
    ritchie:
      ansible_host: ritchie.box.pydis.wtf
      wireguard_subnet: 10.4.0.0/16
    neumann:
      ansible_host: neumann.box.pydis.wtf
      wireguard_subnet: 10.5.0.0/16

  children:
    podman:
      hosts:
        turing:
        lovelace:
        hopper:
        ritchie:
    nginx:
      hosts:
        turing:
        ritchie:
        neumann:
  vars:
    wireguard_port: 46850