forked from fediversity/fediversity
clean out comments
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9931269b17
commit
f0f23f43fe
1 changed files with 0 additions and 8 deletions
|
|
@ -36,7 +36,6 @@ data "external" "hash" {
|
||||||
program = ["sh", "-c", "echo \"{\\\"hash\\\":\\\"$(nix-hash ../../..)\\\"}\""]
|
program = ["sh", "-c", "echo \"{\\\"hash\\\":\\\"$(nix-hash ../../..)\\\"}\""]
|
||||||
}
|
}
|
||||||
|
|
||||||
# FIXME separate
|
|
||||||
# FIXME (un)stream
|
# FIXME (un)stream
|
||||||
# FIXME handle known-hosts in TF state
|
# FIXME handle known-hosts in TF state
|
||||||
# FIXME move to host
|
# FIXME move to host
|
||||||
|
|
@ -50,13 +49,6 @@ resource "proxmox_virtual_environment_file" "upload" {
|
||||||
# create = "60m"
|
# create = "60m"
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# content_type - (Optional) The content type. If not specified, the content type will be inferred from the file extension. Valid values are:
|
|
||||||
# backup (allowed extensions: .vzdump, .tar.gz, .tar.xz, tar.zst)
|
|
||||||
# iso (allowed extensions: .iso, .img)
|
|
||||||
# snippets (allowed extensions: any)
|
|
||||||
# import (allowed extensions: .raw, .qcow2, .vmdk)
|
|
||||||
# vztmpl (allowed extensions: .tar.gz, .tar.xz, tar.zst)
|
|
||||||
# content_type = "backup"
|
|
||||||
content_type = "import"
|
content_type = "import"
|
||||||
# https://192.168.51.81:8006/#v1:0:=storage%2Fnode051%2Flocal:4::=contentIso:::::
|
# https://192.168.51.81:8006/#v1:0:=storage%2Fnode051%2Flocal:4::=contentIso:::::
|
||||||
# PVE -> Datacenter -> Storage -> local -> Edit -> General -> Content -> check Import + Disk Images -> OK
|
# PVE -> Datacenter -> Storage -> local -> Edit -> General -> Content -> check Import + Disk Images -> OK
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue