21in7 cdf58844a8 feat: add Hermes Agent LXC terraform config
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>
2026-06-18 23:47:04 +09:00

Proxmox IaC

Terraform으로 관리하는 Proxmox 홈랩 인프라.

구조

파일 설명
provider.tf Proxmox 프로바이더 설정
variables.tf 공통 변수
pbs.tf PBS LXC 컨테이너 정의
pbs-variables.tf PBS 관련 변수
outputs.tf 출력값

사용법

# 초기화
terraform init

# tfvars 파일 생성
cp terraform.tfvars.example terraform.tfvars
# terraform.tfvars에 실제 토큰 값 입력

# 변경사항 확인
terraform plan

# 적용
terraform apply

노드 정보

노드 IP 사양
gihyeon 192.168.50.87 5600G / 64GB
gihyeon2 192.168.50.2 i3-7100U / 16GB

SDN 대역

  • gihyeon: 10.1.10.0/24
  • gihyeon2: 10.1.20.0/24
Description
No description provided
Readme 9.4 MiB
Languages
HCL 69.4%
Shell 30.6%