use tinc vpn address for consul definition
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b3d13d5ddd
commit
25d149ef49
|
@ -35,7 +35,7 @@
|
|||
- name: '{{ memcached_exporter_service }}'
|
||||
tags: '{{ memcached_exporter_consul_tags }}'
|
||||
port: '{{ memcached_exporter_port }}'
|
||||
address: '{{ memcached_addr }}'
|
||||
address: '{{ ansible_local.tinc.vpn_ip }}'
|
||||
checks:
|
||||
- id: '{{ memcached_exporter_service }}-health'
|
||||
name: 'Memcached Exporter'
|
||||
|
|
Loading…
Reference in New Issue