Files
homelab/ansible/roles/vm_plex/tasks/main.yml
T
2026-04-01 23:43:17 +01:00

11 lines
293 B
YAML

---
- 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"