pihole update

This commit is contained in:
tolerryan
2025-11-24 10:20:36 -06:00
parent df3a31c3d3
commit 29949673f9
3 changed files with 7 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "authelia" {
mountpoint{
key = "0"
slot = 0
storage = "Ceph"
storage = "CephSSD"
mp = "/data"
size = "400G"
}

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "james" {
mountpoint{
key = "0"
slot = 0
storage = "Ceph"
storage = "CephSSD"
mp = "/data"
# 300GB, terraform plugin is setting it to Ms
size = "300000M"

12
nas.tf
View File

@@ -33,7 +33,7 @@ resource "proxmox_vm_qemu" "nas" {
tablet = true
tags = "terraform"
target_nodes = [
"ryuk",
"ryuk2",
]
cpu {
@@ -57,7 +57,7 @@ resource "proxmox_vm_qemu" "nas" {
discard = true
emulatessd = true
format = "raw"
iothread = true
iothread = false
readonly = false
replicate = true
serial = null
@@ -66,9 +66,7 @@ resource "proxmox_vm_qemu" "nas" {
wwn = null
}
}
}
virtio {
virtio0 {
scsi1 {
disk {
asyncio = "native"
backup = false
@@ -79,8 +77,8 @@ resource "proxmox_vm_qemu" "nas" {
readonly = false
replicate = false
serial = null
size = "8T"
storage = "Ceph"
size = "12000G"
storage = "watari"
wwn = null
}
}