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
|
||||
|
1
roles/proxmox-win10-vm/templates/blacklist.conf
Normal file
1
roles/proxmox-win10-vm/templates/blacklist.conf
Normal file
@@ -0,0 +1 @@
|
||||
blacklist amdgpu
|
5
roles/proxmox-win10-vm/templates/vm.conf.j2
Normal file
5
roles/proxmox-win10-vm/templates/vm.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
bios: ovmf
|
||||
scsihw: virtio-scsi-pci
|
||||
bootdisk: scsi0
|
||||
scsi0: .....
|
||||
hostpci0: 34:00:00,x-vga=on
|
Reference in New Issue
Block a user