sorting
This commit is contained in:
25
grail.tf
25
grail.tf
@@ -23,17 +23,28 @@ resource "proxmox_lxc" "grail" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mountpoint {
|
mountpoint {
|
||||||
key = "1"
|
#key = "1"
|
||||||
slot = 1
|
#slot = 1
|
||||||
# Dir on host
|
# Dir on host
|
||||||
storage = "/media"
|
#storage = "/media"
|
||||||
# This is ignored as mount point is used. but must be defined
|
# This is ignored as mount point is used. but must be defined
|
||||||
size = "10G"
|
#size = "10G"
|
||||||
# volume is needed as a workaround for bug
|
# volume is needed as a workaround for bug
|
||||||
volume = "/media"
|
#volume = "/media"
|
||||||
# mountpoint within container
|
# mountpoint within container
|
||||||
mp = "/media"
|
#mp = "/media"
|
||||||
|
acl = false
|
||||||
|
backup = false
|
||||||
|
file = null
|
||||||
|
key = "1"
|
||||||
|
mp = "/media"
|
||||||
|
quota = false
|
||||||
|
replicate = false
|
||||||
|
shared = false
|
||||||
|
size = "10G"
|
||||||
|
slot = 1
|
||||||
|
storage = null
|
||||||
|
volume = "/media"
|
||||||
}
|
}
|
||||||
|
|
||||||
mountpoint {
|
mountpoint {
|
||||||
|
|||||||
2
nas.tf
2
nas.tf
@@ -4,7 +4,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
target_node = "ryuk"
|
target_node = "ryuk"
|
||||||
vmid = "301"
|
vmid = "301"
|
||||||
name = "nas"
|
name = "nas"
|
||||||
desc = "nas storage"
|
description = "nas storage"
|
||||||
|
|
||||||
# VM Advanced General Settings
|
# VM Advanced General Settings
|
||||||
onboot = true
|
onboot = true
|
||||||
|
|||||||
Reference in New Issue
Block a user