blob: a2896a419df9bb0a679c2bf555fccc6d57e94d01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
---
install:
vm:
memory: 16G
numcpus: 8
autostart: True
# boot:
# - cdrom
# - hd
pci_passthrough:
# - domain: 0 # Intel GPU P630
# bus: 0
# slot: 2
# function: 0
- domain: 0 # Ethernet (eno2)
bus: 4
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
|