Initial commit of PVC Ansible role
This commit is contained in:
11
roles/pvc/templates/system/blacklist.j2
Normal file
11
roles/pvc/templates/system/blacklist.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# modprobe blacklist
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# Blacklist GPU drivers
|
||||
blacklist nouveau
|
||||
blacklist radeon
|
||||
blacklist amdgpu
|
||||
blacklist snd_hda_intel
|
||||
|
||||
# Blacklist HP Proliant management
|
||||
blacklist hpwdt
|
Reference in New Issue
Block a user