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