diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-13 22:53:29 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-13 22:53:29 +0100 |
commit | c59465538ff8445fb499d15718a676254fb43003 (patch) | |
tree | 68dcd7073e523a20913f86b0fb57a510cc0194c0 | |
parent | promethues: some cleanup and fixes (diff) |
some minor tweaks
-rw-r--r-- | inventory/group_vars/elevate-festival/vars.yml | 2 | ||||
-rw-r--r-- | inventory/host_vars/ele-winvm.yml | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/inventory/group_vars/elevate-festival/vars.yml b/inventory/group_vars/elevate-festival/vars.yml index 8668110f..99ffdbcd 100644 --- a/inventory/group_vars/elevate-festival/vars.yml +++ b/inventory/group_vars/elevate-festival/vars.yml @@ -166,7 +166,7 @@ network_zones: ### Other ele-tub: 240 datacop: 249 - equinox-t450s: 250 + ch-equinox-t450s: 250 ele-router-emc: 251 ele-router-leslie: 252 ele-router-hmtsaal: 253 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 |