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