feat: improve WireGuard client management and framework initialization
- 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
This commit is contained in:
@@ -488,6 +488,10 @@ ansible-playbook -i inventory/production.yml playbooks/add-wireguard-client.yml
|
||||
|
||||
**Dokumentation**: Siehe `deployment/ansible/playbooks/README-WIREGUARD.md`
|
||||
|
||||
> Nach dem Lauf liegt die Client-Konfiguration zusätzlich lokal im Repository unter
|
||||
> `deployment/ansible/wireguard-clients/<client_name>.conf` – ideal zum direkten
|
||||
> Import auf deinem Admin-Rechner (Datei bleibt mit `chmod 600` geschützt).
|
||||
|
||||
---
|
||||
|
||||
## Verzeichnisstruktur
|
||||
@@ -555,4 +559,4 @@ Bei Problemen:
|
||||
---
|
||||
|
||||
**Zuletzt aktualisiert**: 2025-10-31
|
||||
**Version**: 1.0
|
||||
**Version**: 1.0
|
||||
|
||||
Reference in New Issue
Block a user