mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-20 17:38:08 +00:00
move secrets from service to services
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
87695af8bc
commit
9bf2e03137
@ -11,7 +11,7 @@ geth_sync_mode: 'full'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
|
@ -11,7 +11,7 @@ geth_sync_mode: 'fast'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
|
@ -3,7 +3,7 @@ beacon_node_network: 'mainnet'
|
||||
beacon_node_cont_tag: 'stable-small'
|
||||
|
||||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
|
||||
beacon_node_netkey: '{{lookup("passwordstore","services/Nimbus/netkey/"+hostname)}}'
|
||||
|
||||
# Bootnodes should subscribe to all subnets
|
||||
beacon_node_subscribe_all: true
|
||||
|
@ -5,7 +5,7 @@ geth_service_path: '{{ beacon_node_cont_vol }}'
|
||||
geth_compose_path: '{{ geth_service_path }}/docker-compose.geth.yml'
|
||||
geth_rpc_wrapper: '{{ geth_service_path }}/rpc.geth.sh'
|
||||
geth_cont_image: 'ethereum/client-go@sha256:82920663d5c2378d9d21c640f30c885154e5eca6d1dd7ccec83711f527aeddbf'
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
geth_account_pass: '{{lookup("passwordstore", "services/Nimbus-Geth/password")}}'
|
||||
geth_sync_mode: 'fast'
|
||||
geth_log_level_name: 'debug'
|
||||
# Enable consensus API
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
|
||||
beacon_node_netkey: '{{lookup("passwordstore","services/Nimbus/netkey/"+hostname)}}'
|
||||
|
||||
# Bootnodes should subscribe to all subnets
|
||||
beacon_node_subscribe_all: true
|
||||
|
@ -1,5 +1,5 @@
|
||||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
|
||||
beacon_node_netkey: '{{lookup("passwordstore","services/Nimbus/netkey/"+hostname)}}'
|
||||
|
||||
# Bootnodes should subscribe to all subnets
|
||||
beacon_node_subscribe_all: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user