diff options
Diffstat (limited to 'packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl')
-rw-r--r-- | packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl index a9f608e..4ca9bcc 100644 --- a/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl +++ b/packer/ubuntu-server-noble/ubuntu-server-noble.pkr.hcl @@ -102,16 +102,16 @@ build { name = "ubuntu-server-noble-24-04-1-amd64" sources = ["source.proxmox-iso.ubuntu-server-noble-24-04-1-amd64"] -# Using ansible playbooks to configure common base -provisioner "ansible" { - playbook_file = "../../ansible/playbooks/common.yml" - use_proxy = false - user = "mas" - ansible_env_vars = [ - "ANSIBLE_HOST_KEY_CHECKING=False", - "ANSIBLE_CONFIG=${path.root}/../../ansible/ansible.cfg", - ] -} + # Using ansible playbooks to configure common base + provisioner "ansible" { + playbook_file = "../../ansible/playbooks/common.yml" + use_proxy = false + user = "mas" + ansible_env_vars = [ + "ANSIBLE_HOST_KEY_CHECKING=False", + "ANSIBLE_CONFIG=${path.root}/../../ansible/ansible.cfg", + ] + } # Provisioning the VM Template for Cloud-Init Integration in Proxmox provisioner "shell" { |