feat: initial PBS LXC deployment on gihyeon2

This commit is contained in:
21in7
2026-03-19 20:49:00 +09:00
commit 02a6f1f28c
16 changed files with 4397 additions and 0 deletions

9
terraform.tfvars.example Normal file
View File

@@ -0,0 +1,9 @@
# 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"]