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