replace Tinc VPN with WireGuard

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:55:10 +02:00
parent b187f16ad9
commit 30e6a08e9b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- name: 'geth-exporter'
id: '{{ geth_expo_cont_name }}'
port: '{{ geth_expo_cont_port }}'
address: '{{ ansible_local.tinc.vpn_ip }}'
address: '{{ ansible_local.wireguard.vpn_ip }}'
tags: ['{{ geth_expo_cont_name }}', 'metrics', 'geth']
meta:
container: '{{ geth_expo_source_cont_name | mandatory }}'