feat : Add new task to create Proxmox Debian template

A new task was added to the existing script to import a Debian Cloud image as a Proxmox VM template, allowing for easier deployment of Debian-based systems on Proxmox servers.
This commit is contained in:
2025-11-08 22:17:59 +01:00
parent b4817e7706
commit 18926c0047

View File

@@ -238,8 +238,7 @@
ansible.builtin.command: >
rsync -a --rsh='lxc-attach -n {{ lxc_id }} --' {{ workdir }}/{{ template_name }}.qcow2 /var/lib/vz/template/qemu/
delegate_to: node0
args:
warn: false
- name: Import Debian Cloud image as Proxmox VM template
hosts: node0