Blacklist cdc_ether on all virt hosts.
This commit is contained in:
parent
c87f8bf768
commit
f6640e2768
2 changed files with 12 additions and 0 deletions
1
roles/base/files/blacklist-cdc_ether.conf
Normal file
1
roles/base/files/blacklist-cdc_ether.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
blacklist cdc_ether
|
|
@ -341,6 +341,17 @@
|
||||||
- config
|
- config
|
||||||
- base
|
- base
|
||||||
|
|
||||||
|
#
|
||||||
|
# Blacklist the cdc_ether module as we don't want it loading mgmt usb0 and spewing to logs.
|
||||||
|
#
|
||||||
|
- name: Blacklist cdc_ether module
|
||||||
|
copy: src=blacklist-cdc_ether.conf dest=/etc/modprobe.d/blacklist-cdc_ether.conf
|
||||||
|
when: ansible_virtualization_role == 'host'
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- base
|
||||||
|
- cdc_ether
|
||||||
|
|
||||||
#
|
#
|
||||||
# Watchdog stuff
|
# Watchdog stuff
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue