From 4ca9881b947928c604c6e1553603ec2faddee818 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Mon, 22 Jul 2024 15:44:26 +0200 Subject: [PATCH] move wireguard installation to base role --- roles/server/templates/client_VPN.conf.j2 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 roles/server/templates/client_VPN.conf.j2 diff --git a/roles/server/templates/client_VPN.conf.j2 b/roles/server/templates/client_VPN.conf.j2 deleted file mode 100644 index 866df15..0000000 --- a/roles/server/templates/client_VPN.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ -[Interface] -Address = {{ wg_local_ip }} -ListenPort = 41475 -PostUp = wg set %i private-key /etc/wireguard/privatekey - -[Peer] -PublicKey = {{ wg_server_pubkey }} -Endpoint = {{ wg_endpoint }} -AllowedIPs = 192.168.3.0/24, 192.168.1.0/24 -PersistentKeepalive = 25 \ No newline at end of file