Files
michaelschiemer/ansible/wireguard-server/.gitignore
Michael Schiemer 55a330b223 Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
2025-08-11 20:13:26 +02:00

34 lines
378 B
Plaintext

# WireGuard Client Configurations (enthalten private Schlüssel!)
client-configs/*.conf
client-configs/*.key
# Backup-Verzeichnisse
backups/
# Ansible temporäre Dateien
*.retry
.vault_pass
# SSH-Keys
*.pem
*.key
!*.pub
# Logs
*.log
# OS-spezifische Dateien
.DS_Store
Thumbs.db
# Editor-spezifische Dateien
.vscode/
.idea/
*.swp
*.swo
*~
# Temporäre Dateien
.tmp/
temp/