From 336e8eba305097787ab7ec36cef695014c936e25 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 30 Jun 2020 16:59:48 +0200 Subject: [PATCH] Sort clean servers --- clean_servers.yml | 108 +++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/clean_servers.yml b/clean_servers.yml index 824f52e8..b866699a 100755 --- a/clean_servers.yml +++ b/clean_servers.yml @@ -9,46 +9,46 @@ apt: state: absent name: - - at + - acpid + - apt-dater-host - arpwatch # old sniffing + - at + - bcfg2 + - byobu # we already have screen and tmux - collectd - collectd-utils # old monitoring - - doc-debian # graphical - debian-faq # graphical + - doc-debian # graphical - icinga2 - - icinga2-node # old monitoring - - icinga2-ido-pgsql - - icinga2-common - icinga2-bin - - munin # old monitoring - - munin-node # old monitoring - - munin-common - - munin-plugins-core - - munin-plugins-extra + - icinga2-common + - icinga2-ido-pgsql + - icinga2-node # old monitoring + - ipython # go use ipython3! + - irqbalance # removed in newer debian + - libmonitoring-plugin-perl + - monit - monitoring-plugins - - monitoring-plugins-standard - monitoring-plugins-basic - monitoring-plugins-common - - monit - - libmonitoring-plugin-perl - - snmp - - nagios-plugins-contrib + - monitoring-plugins-standard + - munin-common + - munin-node # old monitoring + - munin # old monitoring + - munin-plugins-core + - munin-plugins-extra - nagios-nrpe-server - - python-nagiosplugin - - python3-nagiosplugin - - os-prober # makes grub-install lag - - python3-reportbug - - popularity-contest - - ramond # remplaced by ra-guard on switchs - - sysstat # very old monitoring - - irqbalance # removed in newer debian - - apt-dater-host - - bcfg2 - - acpid - - xscreensaver # was on owncloud + - nagios-plugins-contrib - openbsd-inetd - - byobu # we already have screen and tmux - - ipython # go use ipython3! + - os-prober # makes grub-install lag + - popularity-contest + - python3-nagiosplugin + - python3-reportbug + - python-nagiosplugin + - ramond # remplaced by ra-guard on switchs + - snmp + - sysstat # very old monitoring + - xscreensaver # was on owncloud register: apt_result retries: 3 until: apt_result is succeeded @@ -66,46 +66,46 @@ path: "{{ item }}" state: absent loop: + - /etc/apt/apt.conf.d/01aptitude + - /etc/apt/apt.conf.d/70debconf + - /etc/apt-dater-host.conf - /etc/bcfg2.conf - /etc/bcfg2.conf.ucf-dist - /etc/crans + - /etc/cron.daily/bcfg2 + - /etc/cron.daily/git_dirty_repo + - /etc/cron.d/autobcfg2 + - /etc/cron.d/bcfg2-run + - /etc/cron.d/comptes_inactifs + - /etc/cron.d/letsencrypt_check_cert + - /etc/cron.d/monit - /etc/cron.d/munin-crans - /etc/cron.d/munin-node - /etc/cron.d/munin-node.dpkg-dist - - /etc/cron.d/monit - - /etc/cron.d/sshFingerprint - /etc/cron.d/printer_watch - - /etc/cron.d/comptes_inactifs + - /etc/cron.d/pull-repos-scripts - /etc/cron.d/pxeboot - /etc/cron.d/re2o-services - - /etc/cron.d/autobcfg2 - - /etc/cron.d/bcfg2-run - - /etc/cron.d/pull-repos-scripts + - /etc/cron.d/sshFingerprint + - /etc/cron.hourly/bcfg2 + - /etc/cron.weekly/git_dirty_repo - /etc/default/bcfg2 - /etc/default/bcfg2.ucf-dist - - /etc/munin - /etc/icinga2 - /etc/init.d/bcfg2 - - /etc/nagios - - /etc/nagios-plugins - - /etc/nut - - /etc/nginx/sites-enabled/status - - /etc/nginx/sites-available/status - - /etc/pnp4nagios - - /var/local/aptdater - - /etc/apt-dater-host.conf - - /etc/sudoers.d/apt-dater-host - - /etc/apt/apt.conf.d/70debconf - - /etc/apt/apt.conf.d/01aptitude - - /etc/cron.weekly/git_dirty_repo - - /etc/cron.daily/git_dirty_repo - - /etc/cron.hourly/bcfg2 - - /etc/cron.d/letsencrypt_check_cert - - /etc/nss-ldapd.conf - - /etc/cron.daily/bcfg2 - - /etc/monit - /etc/ldap/ldap.conf - /etc/letsencrypt/conf.d/localhost.ini + - /etc/monit + - /etc/munin + - /etc/nagios + - /etc/nagios-plugins + - /etc/nginx/sites-available/status + - /etc/nginx/sites-enabled/status + - /etc/nss-ldapd.conf + - /etc/nut + - /etc/pnp4nagios + - /etc/sudoers.d/apt-dater-host + - /var/local/aptdater # - name: Upgrade # apt: # upgrade: dist