move secrets from service to services

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-11 15:37:45 +02:00
parent 87695af8bc
commit 9bf2e03137
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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