reverting accidental changes to grail.tf

This commit is contained in:
tolerryan
2024-12-09 23:16:39 -06:00
parent e41af39a1c
commit 4b688e80d4
2 changed files with 28 additions and 20 deletions

View File

@@ -26,19 +26,27 @@ resource "proxmox_vm_qemu" "grail" {
asyncio = "threads"
discard = true
iothread = true
size = "128G"
size = "42G"
emulatessd = true
}
}
}
# ide {
# ide2 {
# cloudinit {
# storage = "Cephtest"
# }
# }
# }
# }
ide {
ide2 {
cloudinit {
storage = "Cephtest"
}
}
}
}
#mountpoint{
# key = "0"
# slot = 0
# storage = "Cephtest"
# mp = "/data"
# size = "400G"
#}
network {
# Name is set automatically based on position in file
@@ -51,7 +59,7 @@ resource "proxmox_vm_qemu" "grail" {
provisioner "local-exec" {
command = "./.ansible.d/setup.sh $IP"
environment = {
IP = "192.168.0.58"
IP = "192.168.0.57"
}
}