2024-07-02 10:39:42 +02:00
|
|
|
---
|
2024-07-02 11:20:42 +02:00
|
|
|
# Fluffy Node
|
2024-10-10 16:35:02 +02:00
|
|
|
nimbus_fluffy_service_name: 'nimbus-portal-bridge-fluffy'
|
|
|
|
nimbus_fluffy_network: 'mainnet'
|
|
|
|
nimbus_fluffy_repo_branch: 'master'
|
2024-07-02 11:20:42 +02:00
|
|
|
nimbus_fluffy_storage_capacity: 0
|
2024-10-10 16:35:02 +02:00
|
|
|
nimbus_fluffy_rpc_port: '{{ portal_bridge_fluffy_rpc_port }}'
|
|
|
|
nimbus_fluffy_metrics_port: '{{ portal_bridge_fluffy_metrics_port }}'
|
|
|
|
nimbus_fluffy_listening_port: '{{ portal_bridge_fluffy_listening_port }}'
|
2024-07-02 11:22:55 +02:00
|
|
|
|
2024-10-10 16:35:02 +02:00
|
|
|
# Open Ports -------------------------------------------------------------------
|
2024-07-02 11:22:55 +02:00
|
|
|
open_ports_list:
|
2024-10-10 16:35:02 +02:00
|
|
|
nimbus-portal:
|
|
|
|
- { comment: 'Nimbus Portal', port: '{{ portal_bridge_fluffy_listening_port }}', protocol: 'udp' }
|
2024-10-18 10:18:39 +02:00
|
|
|
- { comment: 'Nimbus Portal Metrics', port: '{{ portal_bridge_fluffy_metrics_port }}', ipset: 'hq.metrics', iifname: 'wg0', protocol: 'tcp' }
|