pihole template location set to ceph

This commit is contained in:
tolerryan
2025-02-24 01:18:49 -06:00
parent dc3585153e
commit afebc8757d

View File

@@ -2,7 +2,7 @@ resource "proxmox_lxc" "pihole" {
target_node = "ryuk" target_node = "ryuk"
hostname = "promgraph" hostname = "promgraph"
vmid = 220 vmid = 220
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
password = "terraform" password = "terraform"
unprivileged = true unprivileged = true
cores = 5 cores = 5