From 818b55051ef8169a364a1f8b2594bb851cfff9b7 Mon Sep 17 00:00:00 2001 From: githubixx <2039811+githubixx@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:52:54 +0200 Subject: [PATCH] remove wg-unmanaged.conf.j2 --- templates/wg-unmanaged.conf.j2 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/wg-unmanaged.conf.j2 diff --git a/templates/wg-unmanaged.conf.j2 b/templates/wg-unmanaged.conf.j2 deleted file mode 100644 index 1f6f14f..0000000 --- a/templates/wg-unmanaged.conf.j2 +++ /dev/null @@ -1,14 +0,0 @@ -{{ ansible_managed | comment }} -# For unmanaged host {{ item.item.host }} -# qrencode -t ansiutf8 < /etc/wireguard/{{ item.item.host }}.conf -[Interface] -PrivateKey = {{ item.stdout }} -Address = {{ item.item.allowed_ips }} -{% if item.item.dns is defined %} -DNS = {{ item.item.dns }} -{% endif %} - -[Peer] -Endpoint = {{ wireguard_endpoint }}:{{ wireguard_port }} -PublicKey = {{ public_key }} -AllowedIPs = 0.0.0.0/0, ::/0