From 890f3c5ea81aca5c4c2a0868f52ef277608d50d8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 6 May 2024 15:51:16 -0700 Subject: attempt to fix shit --- playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2') diff --git a/playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2 b/playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2 index 634b20a..c206e2e 100644 --- a/playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2 +++ b/playbooks/roles/wireguard-mesh/templates/mmtmesh.conf.j2 @@ -3,9 +3,6 @@ Address={{ wireguard_node_ips[inventory_hostname] }}/32 ListenPort={{ wireguard_listen_port }} PrivateKey={{ wireguard_private_key.stdout }} SaveConfig=true -{% if wireguard_node_ips[inventory_hostname] != '10.212.0.1' %} -PostUp=ip route add 10.137.0.0/16 via 10.212.0.1 dev mmtmesh -{% endif %} {% for peer in groups['wireguard-mesh'] %} {% if peer != inventory_hostname %} -- cgit v1.2.3-70-g09d2