aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/network/templates/wireguard.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/network/templates/wireguard.conf.j2')
-rw-r--r--ansible/roles/network/templates/wireguard.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/network/templates/wireguard.conf.j2 b/ansible/roles/network/templates/wireguard.conf.j2
index 9f70eb9..b4a530c 100644
--- a/ansible/roles/network/templates/wireguard.conf.j2
+++ b/ansible/roles/network/templates/wireguard.conf.j2
@@ -1,6 +1,6 @@
[Interface]
Address = {{ vpn_ip }}
-PrivateKey = {{ wireguard_privkey.stdout }}
+PostUp = wg set %i private-key <(cat /etc/wireguard/privkey)
ListenPort = 51820
{% for selected_host in groups['cluster_nodes']|difference([inventory_hostname]) %}