portal: add open-ports to expose metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7ae2a5f547
commit
95def75354
|
@ -15,5 +15,6 @@
|
||||||
hosts:
|
hosts:
|
||||||
- metal-01.ih-eu-mda1.nimbus.fluffy
|
- metal-01.ih-eu-mda1.nimbus.fluffy
|
||||||
roles:
|
roles:
|
||||||
|
- { role: infra-role-open-ports, tags: open-ports }
|
||||||
- { role: infra-role-nimbus-fluffy, tags: nimbus-fluffy }
|
- { role: infra-role-nimbus-fluffy, tags: nimbus-fluffy }
|
||||||
- { role: infra-role-portal-bridge, tags: portal-bridge }
|
- { role: infra-role-portal-bridge, tags: portal-bridge }
|
||||||
|
|
|
@ -17,3 +17,9 @@ nimbus_fluffy_repo_branch: 'master'
|
||||||
nimbus_fluffy_storage_capacity: 0
|
nimbus_fluffy_storage_capacity: 0
|
||||||
nimbus_fluffy_rpc_port: 19900
|
nimbus_fluffy_rpc_port: 19900
|
||||||
nimbus_fluffy_metrics_port: 19200
|
nimbus_fluffy_metrics_port: 19200
|
||||||
|
|
||||||
|
# Open Ports
|
||||||
|
open_ports_default_comment: 'Nimbus Portal Fluffy'
|
||||||
|
open_ports_default_chain: 'VPN'
|
||||||
|
open_ports_list:
|
||||||
|
- { port: '{{ nimbus_fluffy_metrics_port }}', ipset: 'metrics.hq' }
|
||||||
|
|
Loading…
Reference in New Issue