feat(proxmox): refactor vm provisioning and add pci passthrough config

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-04-26 23:34:42 +02:00
parent f2ea03bc01
commit 591342f580
11 changed files with 119 additions and 82 deletions

View File

@@ -1,9 +1,8 @@
---
- name: Enable HW accelerate for VM
- name: Setup VM Packages
ansible.builtin.apt:
name: "{{ item }}"
state: present
loop:
- firmware-misc-nonfree
- nfs-common
update_cache: true
loop: "{{ docker_host_package_common_dependencies }}"
become: true