diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
commit | e02cf37430f92859a0f4b644af6d2665847c3997 (patch) | |
tree | b12dbed1e7d6d0dea1d365f23bcec2f0f9cf3337 /packer | |
parent | 0182fe51736e7610d4a63fe6767d08ffe5c5938c (diff) |
opentofu: Incr. nb of k3s workers + remove ansible custom module
Diffstat (limited to 'packer')
-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" { |