mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 01:31:51 +00:00
firewall: remove obsolete settings for open-ports
We now call `open-ports` role inside of `beacon-node` roles. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e0d70f46f3
commit
2a781d70e8
@ -49,11 +49,3 @@ beacon_node_max_peers: 320
|
|||||||
# resource limits
|
# resource limits
|
||||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||||
|
|
||||||
# Open Ports
|
|
||||||
open_ports_default_comment: 'Beacon Node'
|
|
||||||
open_ports_default_chain: 'SERVICES'
|
|
||||||
open_ports_list:
|
|
||||||
- { port: '{{ beacon_node_listening_port }}', protocol: 'tcp' }
|
|
||||||
- { port: '{{ beacon_node_discovery_port }}', protocol: 'udp' }
|
|
||||||
- { port: '{{ beacon_node_metrics_port }}', chain: 'VPN', ipset: 'metrics.hq' }
|
|
||||||
|
@ -13,6 +13,5 @@
|
|||||||
become: true
|
become: true
|
||||||
hosts: 'nimbus-mainnet-small'
|
hosts: 'nimbus-mainnet-small'
|
||||||
roles:
|
roles:
|
||||||
- { role: open-ports, tags: [ open-ports ] }
|
|
||||||
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
|
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
|
||||||
- { role: infra-role-beacon-node-linux, tags: [ beacon-node ] }
|
- { role: infra-role-beacon-node-linux, tags: [ beacon-node ] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user