diff options
Diffstat (limited to 'inventory.yaml')
| -rw-r--r-- | inventory.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory.yaml b/inventory.yaml index 03b2af7..6e2f382 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -15,5 +15,13 @@ all: neumann: ansible_host: neumann.box.pydis.wtf wireguard_subnet: 10.5.0.0/16 + + children: + podman: + hosts: + turing: + lovelace: + hopper: + ritchie: vars: wireguard_port: 46850 |