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:
30
ansible/wireguard-server/inventory/group_vars/vpn.yml
Normal file
30
ansible/wireguard-server/inventory/group_vars/vpn.yml
Normal 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
|
||||
Reference in New Issue
Block a user