switch grail to vm
This commit is contained in:
25
grail.tf
25
grail.tf
@@ -1,26 +1,25 @@
|
||||
resource "proxmox_lxc" "grail" {
|
||||
resource "proxmox_vm_qemu" "grail" {
|
||||
target_node = "pve"
|
||||
hostname = "grail-tf"
|
||||
vmid = 218
|
||||
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||
password = "terraform"
|
||||
unprivileged = true
|
||||
name = "grail-tf"
|
||||
clone = "Debian12Template"
|
||||
agent = 0
|
||||
cores = 10
|
||||
memory = 4096
|
||||
swap = 1024
|
||||
|
||||
vmid = 218
|
||||
start = true
|
||||
tags = "terraform"
|
||||
nameserver = "192.168.0.24"
|
||||
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||
# nameserver = "192.168.0.24"
|
||||
# ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||
|
||||
features {
|
||||
nesting = true
|
||||
}
|
||||
|
||||
rootfs {
|
||||
storage = "Junk2"
|
||||
size = "32G"
|
||||
}
|
||||
#rootfs {
|
||||
storage = "Junk2"
|
||||
size = "32G"
|
||||
#}
|
||||
|
||||
mountpoint{
|
||||
key = "0"
|
||||
|
||||
Reference in New Issue
Block a user