set beacon node infura web3 url from infra-pass
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b57c46cf0a
commit
3888da1e6e
|
@ -20,6 +20,9 @@ beacon_node_metrics_port : '9300'
|
|||
beacon_node_listening_port: '9100'
|
||||
beacon_node_discovery_port: '9100'
|
||||
|
||||
# Infura URL
|
||||
beacon_node_web3_url: '{{ lookup("passwordstore", "service/Nimbus/infura-url") }}'
|
||||
|
||||
# resource limits
|
||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||
|
|
Loading…
Reference in New Issue