Skip to content
Snippets Groups Projects
Verified Commit f9320a5f authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Add resolvconf, remove python3-reportbug and os-prober

parent b587abb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment