Blacklist cdc_ether on all virt hosts.

This commit is contained in:
Kevin Fenzi 2016-02-02 20:49:53 +00:00
parent c87f8bf768
commit f6640e2768
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
blacklist cdc_ether

View file

@ -341,6 +341,17 @@
- config
- 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
#