Initial commit: VM Creation done

This commit is contained in:
Lino Silva
2026-03-30 10:54:16 +01:00
commit 97e7d65f42
27 changed files with 474 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
- name: Enable iGPU passthrough (media VM)
ansible.builtin.shell: |
qm set {{ item.value.vmid }} -hostpci0 00:02.0
when: item.value.igpu is defined and item.value.igpu
loop: "{{ vms | dict2items }}"