- switch WireGuard DB access defaults from proxy ports to 5432/27017 - remove obsolete db stack template for proxy-based DB access - clean roadmap wording around deprecated DB proxy services
14 lines
394 B
YAML
14 lines
394 B
YAML
---
|
||
wireguard_interface: wg0
|
||
wireguard_address: "10.8.0.1/24"
|
||
wireguard_port: 51820
|
||
wireguard_subnet: "10.8.0.0/24"
|
||
|
||
# DB portları — host ağında dinlenecek, sadece wireguard_subnet'ten erişilebilir
|
||
wireguard_db_pg_proxy_port: 5432
|
||
wireguard_db_mongo_proxy_port: 27017
|
||
|
||
# Her client için: name, public_key, allowed_ips
|
||
# group_vars/all/vars.yml içinde tanımlanır
|
||
wireguard_clients: []
|