From d4fc7adc43f356759adb21f881e542b6159b6624 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 20 Nov 2022 21:36:51 +0100 Subject: wireguard roles: some more cleanups and fixes --- inventory/host_vars/s2-thetys.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'inventory/host_vars/s2-thetys.yml') 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 -- cgit v1.2.3