diff options
author | 2022-01-11 00:45:51 +0000 | |
---|---|---|
committer | 2022-01-11 13:29:08 +0000 | |
commit | a14340baf43297acbae3d948fd83ba7a745d7c62 (patch) | |
tree | b37ebe01c96183337542576b825fd12ea5e1f6dd | |
parent | Add WireGuard role to playbook (diff) |
Assign WireGuard subnets to each host
-rw-r--r-- | inventory.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory.yaml b/inventory.yaml index 927c366..ff5477f 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -2,11 +2,16 @@ 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 |