Defines Hermes Agent LXC (VMID 118) on node gihyeon with 2 cores, 4 GB RAM, 24 GB disk, DHCP on intra01. Token-safe: nesting/keyctl features and bind mounts are intentionally omitted and must be applied via pct set after initial deploy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
531 B
Plaintext
15 lines
531 B
Plaintext
# Proxmox 연결 정보
|
|
proxmox_endpoint = "https://192.168.50.87:8006"
|
|
proxmox_api_token = "root@pam!terraform=YOUR-TOKEN-VALUE-HERE"
|
|
|
|
# PBS 네트워크 설정
|
|
pbs_network_bridge = "vmbr0" # TODO: SDN VNET 브릿지 이름으로 변경
|
|
pbs_ip_address = "10.1.20.11/24"
|
|
pbs_gateway = "10.1.20.1" # TODO: SDN 게이트웨이 확인
|
|
dns_servers = ["1.1.1.1", "8.8.8.8"]
|
|
|
|
# Hermes Agent LXC 설정 (node1 / intra01)
|
|
hermes_vmid = 118
|
|
hermes_node = "gihyeon"
|
|
hermes_network_bridge = "intra01"
|