nimbus.mainnet: add 2GB swap file for all hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b78c5421b5
commit
61e573d40a
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
swap_file_size_mb: 2048
|
||||
|
||||
beacon_node_network: 'mainnet'
|
||||
beacon_node_repo_branch: 'stable'
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
||||
roles:
|
||||
- { role: swap-file, tags: [ swap-file ] }
|
||||
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
|
||||
- { role: infra-role-beacon-node-linux, tags: [ beacon-node ] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue