pihole update
This commit is contained in:
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "authelia" {
|
|||||||
mountpoint{
|
mountpoint{
|
||||||
key = "0"
|
key = "0"
|
||||||
slot = 0
|
slot = 0
|
||||||
storage = "Ceph"
|
storage = "CephSSD"
|
||||||
mp = "/data"
|
mp = "/data"
|
||||||
size = "400G"
|
size = "400G"
|
||||||
}
|
}
|
||||||
|
|||||||
2
james.tf
2
james.tf
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "james" {
|
|||||||
mountpoint{
|
mountpoint{
|
||||||
key = "0"
|
key = "0"
|
||||||
slot = 0
|
slot = 0
|
||||||
storage = "Ceph"
|
storage = "CephSSD"
|
||||||
mp = "/data"
|
mp = "/data"
|
||||||
# 300GB, terraform plugin is setting it to Ms
|
# 300GB, terraform plugin is setting it to Ms
|
||||||
size = "300000M"
|
size = "300000M"
|
||||||
|
|||||||
12
nas.tf
12
nas.tf
@@ -33,7 +33,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
tablet = true
|
tablet = true
|
||||||
tags = "terraform"
|
tags = "terraform"
|
||||||
target_nodes = [
|
target_nodes = [
|
||||||
"ryuk",
|
"ryuk2",
|
||||||
]
|
]
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
@@ -57,7 +57,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
discard = true
|
discard = true
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
format = "raw"
|
format = "raw"
|
||||||
iothread = true
|
iothread = false
|
||||||
readonly = false
|
readonly = false
|
||||||
replicate = true
|
replicate = true
|
||||||
serial = null
|
serial = null
|
||||||
@@ -66,9 +66,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
wwn = null
|
wwn = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
scsi1 {
|
||||||
virtio {
|
|
||||||
virtio0 {
|
|
||||||
disk {
|
disk {
|
||||||
asyncio = "native"
|
asyncio = "native"
|
||||||
backup = false
|
backup = false
|
||||||
@@ -79,8 +77,8 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
readonly = false
|
readonly = false
|
||||||
replicate = false
|
replicate = false
|
||||||
serial = null
|
serial = null
|
||||||
size = "8T"
|
size = "12000G"
|
||||||
storage = "Ceph"
|
storage = "watari"
|
||||||
wwn = null
|
wwn = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user