summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-winvm.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-13 22:53:29 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-13 22:53:29 +0100
commitc59465538ff8445fb499d15718a676254fb43003 (patch)
tree68dcd7073e523a20913f86b0fb57a510cc0194c0 /inventory/host_vars/ele-winvm.yml
parentpromethues: some cleanup and fixes (diff)
some minor tweaks
Diffstat (limited to 'inventory/host_vars/ele-winvm.yml')
-rw-r--r--inventory/host_vars/ele-winvm.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-winvm.yml b/inventory/host_vars/ele-winvm.yml
index ad9e9bec..a2896a41 100644
--- a/inventory/host_vars/ele-winvm.yml
+++ b/inventory/host_vars/ele-winvm.yml
@@ -8,7 +8,11 @@ install:
# - cdrom
# - hd
pci_passthrough:
- - domain: 0
+ # - domain: 0 # Intel GPU P630
+ # bus: 0
+ # slot: 2
+ # function: 0
+ - domain: 0 # Ethernet (eno2)
bus: 4
slot: 0
function: 0
@@ -27,4 +31,4 @@ install:
type: lvm
vg: "{{ hostvars[vm_host.name].host_name }}"
lv: "vm_{{ inventory_hostname }}_system"
- size: 50g
+ size: 80g