first promgraf

This commit is contained in:
tolerryan
2024-12-09 23:10:42 -06:00
parent 7134c2c714
commit e41af39a1c
8 changed files with 279 additions and 27 deletions

View File

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