a few setups cleanly initialized
This commit is contained in:
10
roles/proxmox-win10-vm/tasks/main.yml
Normal file
10
roles/proxmox-win10-vm/tasks/main.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user