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" {