From a14c9afe0293196f8b3cb45e86abcbaee3078d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 19 May 2021 22:16:07 +0200 Subject: [PATCH] switch to using WireGuard VPN instead of Tinc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-hq/issues/58 Signed-off-by: Jakub SokoĊ‚owski --- tasks/consul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/consul.yml b/tasks/consul.yml index 1c7936d..b54128f 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -20,7 +20,7 @@ - id: '{{ beacon_node_cont_name }}-metrics' name: '{{ beacon_node_consul_metrics_service_name }}' port: '{{ beacon_node_metrics_port }}' - address: '{{ ansible_local.tinc.vpn_ip }}' + address: '{{ ansible_local.wireguard.vpn_ip }}' tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics'] meta: container: '{{ beacon_node_cont_name }}'