aboutsummaryrefslogtreecommitdiff
path: root/packer/ubuntu-server-noble
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-18 21:03:00 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-18 21:03:00 +0100
commit1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch)
tree95b1618e62c971265f1df55131e1a784d2e3d873 /packer/ubuntu-server-noble
parent8af7efa1e03c1d37cf34197249e487348d382d82 (diff)
Replace proxmox provider telmate by bpg + remove k8s cluster (talos on the way)HEADmaster
Also changes the id of the packer images, now starting at the "end" (999), while VMs start at 100
Diffstat (limited to 'packer/ubuntu-server-noble')
-rw-r--r--packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl
index a70e1d9..a9f608e 100644
--- a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl
+++ b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl
@@ -28,7 +28,7 @@ source "proxmox-iso" "ubuntu-server-noble-24-04-1-amd64" {
# VM General Settings
node = "pve"
- vm_id = "101"
+ vm_id = "998"
vm_name = "ubuntu-server-noble-24-04-1-amd64"
template_description = "Ubuntu Server Noble 24.04.1 amd64"