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:
2025-08-11 20:13:26 +02:00
parent 59fd3dd3b1
commit 55a330b223
3683 changed files with 2956207 additions and 16948 deletions

View File

@@ -0,0 +1,30 @@
# WireGuard Server-Konfiguration
wireguard_interface: wg0
wireguard_port: 51820
wireguard_address: 10.8.0.1/24
wireguard_server_ip: 94.16.110.151
wireguard_network: "10.8.0.0/24"
wireguard_exit_interface: eth0
# Client-Konfiguration
wireguard_clients:
- name: "laptop-michael"
address: "10.8.0.10"
- name: "phone-michael"
address: "10.8.0.11"
- name: "tablet-michael"
address: "10.8.0.12"
- name: "work-laptop"
address: "10.8.0.13"
- name: "guest-device"
address: "10.8.0.20"
# DNS-Server für Clients
wireguard_dns_servers:
- "1.1.1.1"
- "8.8.8.8"
# Erweiterte Konfiguration
wireguard_keepalive: 25
wireguard_mtu: 1420
wireguard_pre_shared_key: true

View File

@@ -0,0 +1,8 @@
all:
children:
vpn:
hosts:
wireguard-server:
ansible_host: 94.16.110.151
ansible_user: deploy
ansible_ssh_private_key_file: /home/michael/.ssh/staging