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
This commit is contained in:
33
ansible/wireguard-server/.gitignore
vendored
Normal file
33
ansible/wireguard-server/.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user