playbook v2

This commit is contained in:
tolerryan
2025-02-08 00:53:50 -06:00
parent 20bcae7e59
commit 5280917440
2 changed files with 33 additions and 106 deletions

26
nas.tf
View File

@@ -24,13 +24,6 @@ resource "proxmox_vm_qemu" "nas" {
memory = 4024
disks {
#ide {
# ide0 {
# cdrom {
# iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso"
# }
# }
#}
scsi {
scsi0 {
disk {
@@ -51,23 +44,6 @@ resource "proxmox_vm_qemu" "nas" {
}
}
virtio {
#virtio2 {
# cdrom {
# iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso"
# }
#}
#virtio0 {
# #This must match the template's drive or it will not use template's drive as root
# #root disk
# disk{
# asyncio = "native"
# discard = "true"
# iothread = "true"
# size = "42G"
# storage = "local-lvm"
# format = "raw"
# }
#}
virtio0 {
#bulk disk
disk {
@@ -75,7 +51,7 @@ resource "proxmox_vm_qemu" "nas" {
backup = "false"
iothread = "true"
size = "8T"
storage = "local-lvm"
storage = "watari"
format = "raw"
}
}