More packages to burn in ash
parent
111a93e4ea
commit
7edf3ca4a8
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
# This is a special playbook to clean old stuff from BCFG2
|
||||
# it will disapear when BCFG2 will disapear
|
||||
# `apt-mark showmanual` is a good start
|
||||
- hosts: server
|
||||
tasks:
|
||||
- name: Clean up unused packages
|
||||
|
@ -17,9 +18,13 @@
|
|||
- icinga2-ido-pgsql
|
||||
- munin # old monitoring
|
||||
- munin-node # old monitoring
|
||||
- munin-common
|
||||
- munin-plugins-core
|
||||
- munin-plugins-extra
|
||||
- monitoring-plugins
|
||||
- monitoring-plugins-standard
|
||||
- monitoring-plugins-basic
|
||||
- monitoring-plugins-common
|
||||
- libmonitoring-plugin-perl
|
||||
- nagios-plugins-contrib
|
||||
- python-nagiosplugin
|
||||
|
@ -46,6 +51,7 @@
|
|||
loop:
|
||||
- /etc/cron.d/munin-crans
|
||||
- /etc/cron.d/munin-node
|
||||
- /etc/cron.d/monit # sauf sur kiwi pour autostatus
|
||||
- /etc/munin
|
||||
- /etc/icinga2
|
||||
- /etc/nut
|
||||
|
|
Loading…
Reference in New Issue