--- install: efi: true vm: memory: 16G numcpus: 8 autostart: True # boot: # - cdrom # - hd pci_passthrough: # - domain: 0 # iGPU HD Graphics P630 # bus: 0 # slot: 2 # function: 0 - domain: 0 # Intel GPU A380 (Video) bus: 3 slot: 0 function: 0 - domain: 0 # Intel GPU A380 (Audio) bus: 4 slot: 0 function: 0 - domain: 0 # Ethernet (eno2) bus: 6 slot: 0 function: 0 graphics: proto: spice port: 5900 address: 0.0.0.0 model: virtio # cdrom: # sdy: /srv/installer/win10.iso # sdz: /srv/installer/virtio-win-0.1.221.iso disks: primary: /dev/sda scsi: sda: type: lvm vg: "{{ hostvars[vm_host.name].host_name }}" lv: "vm_{{ inventory_hostname }}_system" size: 80g