kvm_host: Move os disks to dedicated disk
This commit is contained in:
parent
cdc505274d
commit
31d00d0b9d
3 changed files with 13 additions and 1 deletions
|
@ -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: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue