open Metrics port too

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-03 14:07:05 +01:00
parent 3198343a25
commit 9681fd6060
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
protocol: '{{ rule.protocol }}' protocol: '{{ rule.protocol }}'
destination_port: '{{ rule.port }}' destination_port: '{{ rule.port }}'
with_items: with_items:
- { protocol: 'tcp', port: '{{ beacon_node_metrics_port }}' }
- { protocol: 'tcp', port: '{{ beacon_node_listening_port }}' } - { protocol: 'tcp', port: '{{ beacon_node_listening_port }}' }
- { protocol: 'udp', port: '{{ beacon_node_discovery_port }}' } - { protocol: 'udp', port: '{{ beacon_node_discovery_port }}' }
loop_control: loop_control: