diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-20 21:36:51 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-20 21:36:51 +0100 |
commit | d4fc7adc43f356759adb21f881e542b6159b6624 (patch) | |
tree | d4f3b8264c9b532f85cf9eac70d376ddf0d4fb8e /inventory | |
parent | wireguard modules are in mainline linux since a while now... (diff) |
wireguard roles: some more cleanups and fixes
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ele-gwhetzner.yml | 8 | ||||
-rw-r--r-- | inventory/host_vars/s2-thetys.yml | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/inventory/host_vars/ele-gwhetzner.yml b/inventory/host_vars/ele-gwhetzner.yml index aa9cc7b3..d3faf0cf 100644 --- a/inventory/host_vars/ele-gwhetzner.yml +++ b/inventory/host_vars/ele-gwhetzner.yml @@ -87,7 +87,7 @@ wireguard_p2p_interface: addresses: - 192.168.123.1/30 -wireguard_p2p_peer: - pub_key: "RDNeaG06AUkEZqEr/v3zTidroGfTBTsXluOx2ArITyE=" - allowed_ips: - - 192.168.123.2/32 +wireguard_p2p_peers: + - pub_key: "RDNeaG06AUkEZqEr/v3zTidroGfTBTsXluOx2ArITyE=" + allowed_ips: + - 192.168.123.2/32 diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml index 689c124b..d373ff63 100644 --- a/inventory/host_vars/s2-thetys.yml +++ b/inventory/host_vars/s2-thetys.yml @@ -85,11 +85,11 @@ wireguard_p2p_interface: addresses: - 192.168.123.2/30 -wireguard_p2p_peer: - pub_key: "r/pFU+OOHmSZUJPSA15emuCQhC/MvLnmfx5o5MPl7yo=" - keepalive_interval: 10 - endpoint: - host: 178.63.180.138 - port: 51920 - allowed_ips: - - 192.168.123.1/32 +wireguard_p2p_peers: + - pub_key: "r/pFU+OOHmSZUJPSA15emuCQhC/MvLnmfx5o5MPl7yo=" + keepalive_interval: 10 + endpoint: + host: 178.63.180.138 + port: 51920 + allowed_ips: + - 192.168.123.1/32 |