- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
34 lines
378 B
Plaintext
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/
|