2022-03-08 14:50:03 +00:00
|
|
|
---
|
2023-06-28 17:02:07 +00:00
|
|
|
nimbus_fluffy_service_name: 'nimbus-fluffy-{{ nimbus_fluffy_network_nice_name }}-{{ nimbus_fluffy_repo_branch }}-{{ "%02d"|format(index|int) }}'
|
|
|
|
# Separate variable to not change node names.
|
|
|
|
nimbus_fluffy_network_nice_name: 'mainnet'
|
|
|
|
nimbus_fluffy_network: 'testnet0'
|
2022-03-08 14:50:03 +00:00
|
|
|
nimbus_fluffy_repo_branch: 'master'
|
|
|
|
# General
|
|
|
|
nimbus_fluffy_log_level: 'INFO'
|
|
|
|
# Ports
|
2022-03-15 23:58:05 +00:00
|
|
|
nimbus_fluffy_listening_port: '{{ 9100 + index|int }}'
|
|
|
|
nimbus_fluffy_metrics_port: '{{ 9200 + index|int }}'
|
|
|
|
nimbus_fluffy_rpc_port: '{{ 9900 + index|int }}'
|
2022-03-08 14:50:03 +00:00
|
|
|
# One build for all nodes
|
|
|
|
nimbus_fluffy_repo_path: '/data/nimbus-fluffy/repo'
|
|
|
|
nimbus_fluffy_build_service_name: 'build-nimbus-fluffy-{{ nimbus_fluffy_network }}-{{ nimbus_fluffy_repo_branch }}'
|
|
|
|
nimbus_fluffy_build_restart_service: 'nimbus-fluffy-*.service'
|
|
|
|
nimbus_fluffy_build_script_path: '/data/nimbus-fluffy/build.sh'
|
2023-04-12 17:26:56 +00:00
|
|
|
# Consul healthchecks
|
|
|
|
nimbus_fluffy_consul_check_interval: '60s'
|
|
|
|
nimbus_fluffy_consul_check_timeout: '5s'
|
|
|
|
nimbus_fluffy_consul_success_before_passing: 5
|
|
|
|
nimbus_fluffy_consul_failures_before_warning: 720 # 12h
|
|
|
|
nimbus_fluffy_consul_failures_before_critical: 1440 # 24h
|
2023-04-12 11:22:24 +00:00
|
|
|
|
|
|
|
# Open Ports
|
|
|
|
open_ports_default_comment: 'SMART Metrics'
|
|
|
|
open_ports_default_chain: 'VPN'
|
|
|
|
open_ports_list:
|
|
|
|
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq' }
|