a few setups cleanly initialized

This commit is contained in:
2023-06-26 11:02:01 +02:00
parent 11bda1cc7b
commit d9f97dd63a
21 changed files with 729 additions and 63 deletions

View File

@@ -0,0 +1,10 @@
- name: Blacklist GPU drivers
ansible.builtin.lineinfile:
path: /etc/modprobe.d/blacklist.conf
line: blacklist amdgpu
- name: Add Windows 10 VM
template:
src: ../templates/vm.conf.j2
dest: /etc/pve/qm/106.conf