mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
nimbus.prater: move disabling discovery to Hetzner group
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e9a05d73ab
commit
948b5885fe
3
ansible/group_vars/he-eu-hel1.yml
Normal file
3
ansible/group_vars/he-eu-hel1.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
# Hetzner detects discovery as network scanning.
|
||||
erigon_discovery_enabled: false
|
@ -34,8 +34,6 @@ erigon_cont_mem_ratio: 0.1
|
||||
erigon_max_peers: 20
|
||||
erigon_miner_enabled: true
|
||||
erigon_mining_private_key: '{{lookup("bitwarden", "nimbus/wallet/testnets", field="private-key")}}'
|
||||
# Hetzner detects discovery as network scanning.
|
||||
erigon_discovery_enabled: false
|
||||
erigon_discovery_dns_entries: ['enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.goerli.ethdisco.net']
|
||||
# Ports
|
||||
erigon_port: '{{ 40303 + (idx|int) + 1 }}'
|
||||
|
@ -125,7 +125,7 @@
|
||||
|
||||
- name: infra-role-erigon
|
||||
src: git@github.com:status-im/infra-role-erigon.git
|
||||
version: c4057d3cd3f1211db63fc87ebbfcc8cac62b26e5
|
||||
version: f5c1071456f194c0f803025df850d192e6964f02
|
||||
scm: git
|
||||
|
||||
- name: smart-metrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user