portal: add open-ports to expose metrics

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-07-02 11:22:55 +02:00
parent 7ae2a5f547
commit 95def75354
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 7 additions and 0 deletions

View File

@ -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 }

View File

@ -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' }