vm template change

This commit is contained in:
tolerryan
2024-11-18 22:50:05 -06:00
parent e6a1305c1a
commit 76abc9d26e

View File

@@ -1,7 +1,7 @@
resource "proxmox_vm_qemu" "grail" {
target_node = "pve"
name = "grail-tf"
clone = "Debian12Template"
clone = "Debian12-8Template"
agent = 0
cores = 10
memory = 4096
@@ -14,14 +14,14 @@ resource "proxmox_vm_qemu" "grail" {
os_network_config = "ubuntu"
nameserver = "192.168.0.24"
ipconfig0 = "gw=192.168.0.1,ip=192.168.0.57/24"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
#ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
#features {
# nesting = true
#}
disks{
scsi{
scsi0{
virtio{
virtio0{
disk{
discard = true
emulatessd = true