28 lines
1.2 KiB
YAML
28 lines
1.2 KiB
YAML
---
|
|
swap_file_path: '/main.swap'
|
|
swap_file_size_mb: 4096
|
|
|
|
# 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)}}'
|
|
|
|
# Not necessary to stress test bootnodes.
|
|
beacon_node_subscribe_all: false
|
|
|
|
# These bootstrap nodes were published with these ports.
|
|
beacon_node_discovery_port: 9100
|
|
beacon_node_listening_port: 9100
|
|
beacon_node_metrics_port: 9200
|
|
beacon_node_rest_port: 9300
|
|
|
|
# Open Ports
|
|
open_ports_list:
|
|
nginx:
|
|
- { port: '443', comment: 'Nginx' }
|
|
smart-metrics:
|
|
- { port: '{{ smart_metrics_listen_port }}', comment: 'SMART Metrics', ipset: 'metrics.hq', iifname: 'wg0' }
|
|
beacon-node:
|
|
- { port: '{{ beacon_node_discovery_port }}', comment: 'Beacon Node libp2p', protocol: 'tcp' }
|
|
- { port: '{{ beacon_node_discovery_port }}', comment: 'Beacon Node discovery', protocol: 'udp' }
|
|
- { port: '{{ beacon_node_metrics_port }}', comment: 'Beacon Node Metrics', ipset: 'metrics.hq', iifname: 'wg0' }
|
|
- { port: '{{ beacon_node_rest_port }}', comment: 'Beacon Node REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0' }
|