This commit is contained in:
2024-10-10 11:37:23 -04:00
parent 3e51c67453
commit 2f3f4a8d2c
14 changed files with 463 additions and 17 deletions

13
test.yaml Normal file
View File

@@ -0,0 +1,13 @@
---
- name: Create a copy of an existing qcow2 image
hosts: localhost
gather_facts: no
tasks:
- name: Create a new qcow2 image from an existing one
libvirt_volume:
name: new-image.qcow2
source: /home/eric/Downloads/debian-12-nocloud-amd64.qcow2
pool: default
format: qcow2
state: present