fix: update Cloud-Init snippet SSH key path for Proxmox configuration

This commit is contained in:
2025-12-06 09:45:45 +01:00
parent 38d30dca27
commit d85c6afe5c

View File

@@ -155,7 +155,7 @@
ansible.builtin.command: > ansible.builtin.command: >
qm set {{ vm_id }} qm set {{ vm_id }}
--ciuser {{ ci_user }} --ciuser {{ ci_user }}
--sshkeys local:snippets/{{ vm_id }}-sshkey.pub --sshkeys "{{ proxmox_snippets_storage_path }}/snippets/{{ vm_id }}-sshkey.pub"
--citype nocloud --citype nocloud
--cicustom "user=local:snippets/{{ vm_id }}-user.yaml,vendor=local:snippets/{{ vm_id }}-vendor.yaml" --cicustom "user=local:snippets/{{ vm_id }}-user.yaml,vendor=local:snippets/{{ vm_id }}-vendor.yaml"
--ipconfig0 {{ ipconfig0 }} --ipconfig0 {{ ipconfig0 }}