Add resolvconf, remove python3-reportbug and os-prober
parent
b587abb489
commit
f9320a5f51
|
@ -22,8 +22,9 @@
|
|||
- git # code versioning
|
||||
- less # i like cats
|
||||
- screen # Vulcain asked for this
|
||||
- irqbalance # distribute interrupts on multicores CPU
|
||||
#- irqbalance # distribute interrupts on multicores CPU
|
||||
- vlock # virtual console lock
|
||||
- resolvconf # for dns configuration in network interfaces
|
||||
register: apt_result
|
||||
retries: 3
|
||||
until: apt_result is succeeded
|
||||
|
@ -34,7 +35,10 @@
|
|||
name:
|
||||
- ramond # remplaced by ra-guard on switchs
|
||||
- collectd-utils # old monitoring
|
||||
# - munin-node # old monitoring
|
||||
- arpwatch # old sniffing
|
||||
- python3-reportbug
|
||||
- os-prober # makes grub-install lag
|
||||
register: apt_result
|
||||
retries: 3
|
||||
until: apt_result is succeeded
|
||||
|
|
Loading…
Reference in New Issue