kvm_host: Move os disks to dedicated disk

This commit is contained in:
Timo Makinen 2024-02-13 20:01:25 +00:00
parent cdc505274d
commit 31d00d0b9d
3 changed files with 13 additions and 1 deletions

View file

@ -9,7 +9,7 @@
char: "{{ 'bcdefghijklmnopqrstuvwxyz'|list }}"
console_log: "/var/log/libvirt/qemu/{{ inventory_hostname }}.console.log"
os_disk_image: "/srv/libvirt/ssd/{{ inventory_hostname }}.a.img"
os_disk_image: "/srv/libvirt/os/{{ inventory_hostname }}.a.img"
dsk_opts: bus=virtio,cache=none,device=disk,format=raw,sparse=no
inject: >-