Add resolvconf, remove python3-reportbug and os-prober

certbot_on_virtu
Alexandre Iooss 2019-10-28 21:28:06 +01:00
parent b587abb489
commit f9320a5f51
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 5 additions and 1 deletions

View File

@ -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