switch to using WireGuard VPN instead of Tinc

https://github.com/status-im/infra-hq/issues/58

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-19 22:16:07 +02:00
parent 86f7af4535
commit a14c9afe02
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}'