don't open metrics port on the firewall
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b4e3c32af0
commit
ef9ba2889b
|
@ -9,7 +9,6 @@
|
|||
protocol: '{{ rule.protocol }}'
|
||||
destination_port: '{{ rule.port }}'
|
||||
with_items:
|
||||
- { protocol: 'tcp', port: '{{ beacon_node_metrics_port }}' }
|
||||
- { protocol: 'tcp', port: '{{ beacon_node_listening_port }}' }
|
||||
- { protocol: 'udp', port: '{{ beacon_node_discovery_port }}' }
|
||||
loop_control:
|
||||
|
|
Loading…
Reference in New Issue