moving forward

This commit is contained in:
2024-10-20 20:38:22 +02:00
parent 9009a3b57b
commit ac7413ca25
6 changed files with 222 additions and 10 deletions

View File

@@ -1,18 +1,8 @@
packer {
}
variable "ISODISK" {
type = string
default = "ISOS:iso/Rocky-8.5-x86_64-dvd1.iso"
}
source "proxmox" "rocky" {
template_name = "rocky"
template_description = "Rocky Linux Server template"
proxmox_url = "https://192.168.111.34:8006/api2/json"
node = "grosnoeud"
#iso_file = "ISOS:iso/Rocky-8.5-x86_64-minimal.iso"
#iso_file = "ISOS:iso/Rocky-8.5-x86_64-dvd1.iso"
iso_file = var.ISODISK
iso_checksum = "f8e3086f3cea0fb3fefb29937ab5ed9d19e767079633960ccb50e76153effc98"
insecure_skip_tls_verify = true