- Improve WireGuard client IP calculation logic (find next available IP) - Add local wireguard-clients directory for storing client configs - Integrate Redis pool into CacheInitializer - Improve ContainerBootstrapper with better imports and Redis pool - Add monitoring role tags for better task organization - Update WireGuard documentation - Store generated WireGuard client configs locally
7 lines
364 B
YAML
7 lines
364 B
YAML
---
|
|
monitoring_stack_path: "{{ stacks_base_path }}/monitoring"
|
|
monitoring_wait_timeout: "{{ wait_timeout | default(60) }}"
|
|
monitoring_env_template: "{{ role_path }}/../../templates/monitoring.env.j2"
|
|
monitoring_vault_file: "{{ role_path }}/../../secrets/production.vault.yml"
|
|
monitoring_vpn_ip_whitelist: "{{ wireguard_network_default | default('10.8.0.0/24') }}"
|