summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-winvm.yml
blob: 82a80d7ce55633fd13a169ef904829b4df264915 (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
35
36
37
38
39
40
41
42
43
---
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