changed wikmd root dir to local
This commit is contained in:
6
wikmd.tf
6
wikmd.tf
@@ -1,5 +1,5 @@
|
|||||||
resource "proxmox_lxc" "wikmd" {
|
resource "proxmox_lxc" "wikmd" {
|
||||||
target_node = "ryuk"
|
target_node = "roku"
|
||||||
hostname = "wikmd"
|
hostname = "wikmd"
|
||||||
vmid = 217
|
vmid = 217
|
||||||
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||||
@@ -18,14 +18,14 @@ resource "proxmox_lxc" "wikmd" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rootfs {
|
rootfs {
|
||||||
storage = "nvme"
|
storage = "local"
|
||||||
size = "32G"
|
size = "32G"
|
||||||
}
|
}
|
||||||
|
|
||||||
mountpoint{
|
mountpoint{
|
||||||
key = "0"
|
key = "0"
|
||||||
slot = 0
|
slot = 0
|
||||||
storage = "Ceph "
|
storage = "Ceph"
|
||||||
mp = "/data"
|
mp = "/data"
|
||||||
size = "400G"
|
size = "400G"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user