Initial commit: VM Creation done
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Ensure VM has iGPU passthrough (requires Proxmox pre-config)
|
||||
ansible.builtin.debug:
|
||||
msg: "Ensure /dev/dri is passed through on this VM: {{ inventory_hostname }}"
|
||||
|
||||
- name: Mount media storage
|
||||
ansible.builtin.file:
|
||||
path: /data/media
|
||||
state: directory
|
||||
mode: '0755'
|
||||
Reference in New Issue
Block a user