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