use WireGuard instead of Tinc VPN for metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fb2ab82f6d
commit
e3171c98a9
|
@ -18,7 +18,7 @@ es_master_nodes: |
|
|||
| json_query(
|
||||
'[].{
|
||||
name: hostname,
|
||||
addr: ansible_local.tinc.vpn_ip,
|
||||
addr: ansible_local.wireguard.vpn_ip,
|
||||
port: to_string(es_node_port)
|
||||
}') }}
|
||||
es_cluster_name: 'nimbus-logs-search'
|
||||
|
|
|
@ -12,7 +12,7 @@ geth_log_level_name: info
|
|||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
# Allow connections from our VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.8
|
||||
|
|
|
@ -12,7 +12,7 @@ geth_log_level_name: info
|
|||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
# Allow connections from our VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
|
|
|
@ -14,14 +14,9 @@
|
|||
version: 54125c7d291289aaea51ca313fc694d057d803fa
|
||||
scm: git
|
||||
|
||||
- name: infra-role-tinc
|
||||
src: git@github.com:status-im/infra-role-tinc.git
|
||||
version: bca648485def8e7a34ed5403bbaf403a2537279a
|
||||
scm: git
|
||||
|
||||
- name: infra-role-bootstrap
|
||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
||||
version: 244ed6a740d6c20250024de9ae1a0232d71b1f57
|
||||
version: 4dfd3e0b32a93e1f07a73c6794684bae21f2e556
|
||||
scm: git
|
||||
|
||||
- name: oauth-proxy
|
||||
|
|
Loading…
Reference in New Issue