nimbus.mainnet: add 2GB swap file for all hosts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-05 12:08:14 +02:00
parent b78c5421b5
commit 61e573d40a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
---
swap_file_size_mb: 2048
beacon_node_network: 'mainnet'
beacon_node_repo_branch: 'stable'

View File

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