23 lines
474 B
YAML
23 lines
474 B
YAML
|
|
# LoopAware Infra CLI Configuration
|
||
|
|
|
||
|
|
# Proxmox/DNS Management
|
||
|
|
proxmox:
|
||
|
|
host: "10.32.2.1"
|
||
|
|
user: "root"
|
||
|
|
dnsmasq_lxc_id: "11209"
|
||
|
|
ssh_key: "~/.ssh/id_ed25519_no_pass"
|
||
|
|
|
||
|
|
# Ingress Management (HAProxy)
|
||
|
|
haproxy:
|
||
|
|
host: "10.32.1.20"
|
||
|
|
user: "root"
|
||
|
|
ssh_key: "~/.ssh/id_ed25519_no_pass"
|
||
|
|
config_dir: "/etc/haproxy/conf.d"
|
||
|
|
dynamic_dir: "/etc/haproxy/dynamic"
|
||
|
|
|
||
|
|
# Router Management (OpenWrt)
|
||
|
|
router:
|
||
|
|
host: "10.32.0.1"
|
||
|
|
user: "root"
|
||
|
|
ssh_key: "~/.ssh/id_ed25519_no_pass"
|