From 1b5213af1d79bc499d7dbd5485533c8e0ea8187c Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 09:28:25 -0500 Subject: [PATCH] http port --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index 69dad64..6cf7d2c 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -94,9 +94,11 @@ source "proxmox-iso" "ubuntu-2404" { # inline = ["dnf -y update", "dnf -y install python-pip", "python3 -m pip install --upgrade pip", "alternatives --set python /usr/bin/python3", "pip3 install ansible"] build { - sources = ["source.proxmox-iso.ubuntu-2404"] # name = "ubuntu-24.04.3" + PackerHTTPPort = 8543 + # Reminder to disable the firewall before starting (or allow the port) + # sudo systemctl stop firewalld # Provisioning the VM Template for Cloud-Init Integration in Proxmox #1 provisioner "shell" {