ZFS, NFS, Zeus setting, perma IP fix, again
This commit is contained in:
17
roles/proxmox/tasks/iommu.yml
Normal file
17
roles/proxmox/tasks/iommu.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Copy to /etc/default/grub
|
||||
template:
|
||||
src: ../templates/grub
|
||||
dest: /etc/default/grub
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: iommu-grub-update
|
||||
|
||||
- name: Copy to /etc/modules
|
||||
template:
|
||||
src: ../templates/modules
|
||||
dest: /etc/modules
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
Reference in New Issue
Block a user