roles/common: Remove task which removes irqbalance

Prevailing wisdom is actually that this *can* help virtual hosts,
especially when the VM guest has multiple CPUs.

See: http://wiki.xen.org/wiki/Network_Throughput_and_Performance_Guide

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-11 13:31:23 +03:00
parent 1ee7b385bf
commit 5e0da37542
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@
- command-not-found-data
- python3-commandnotfound
- name: Remove irqbalance
apt: pkg=irqbalance state=absent purge=yes
- name: Configure cron-apt (config)
copy: src=cron-apt/config dest=/etc/cron-apt/config mode=0644 owner=root group=root