aboutsummaryrefslogtreecommitdiffstats
path: root/inventory/hosts.yaml
blob: 4e7c9d0bfb769648763f0dfa46700d462b3d48d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
    nginx:
      hosts:
        turing:
  vars:
    wireguard_port: 46850