-
- Downloads
Maintenance tasks of Debian servers.
- mnpw is now working (enough) so let's put it to use for all of the various Nagios-style checks. - Add the monitoring plugins from monitoring-plugins.org/ for check_apt. Now I should get better alerts for pending updates. Regular updates shuold be just a warning but security updates should be a critical alert. Let's put it in production and see. - Now with check_apt handling APT updates, write a small shell script for a Nagios-style check for firmware updates. - And the last part of the updates, update flatpaks silently. - Refactor of the general maintenance and btrfs-specific tasks. - Tag the include_tasks tasks with always, so those tasks are always included so their tags are also evaluated. - Remove the apt-transport-https package installation, it's a dummy package for apt since Debian Buster and Ubuntu Bionic.
Showing
- roles/debian_server/files/apt-download-updates 7 additions, 0 deletionsroles/debian_server/files/apt-download-updates
- roles/debian_server/files/daily 0 additions, 21 deletionsroles/debian_server/files/daily
- roles/debian_server/files/flatpak-update 12 additions, 0 deletionsroles/debian_server/files/flatpak-update
- roles/debian_server/files/fw-update 15 additions, 0 deletionsroles/debian_server/files/fw-update
- roles/debian_server/files/needrestart.service 0 additions, 9 deletionsroles/debian_server/files/needrestart.service
- roles/debian_server/tasks/btrfs.yml 31 additions, 20 deletionsroles/debian_server/tasks/btrfs.yml
- roles/debian_server/tasks/main.yml 21 additions, 44 deletionsroles/debian_server/tasks/main.yml
- roles/debian_server/tasks/maintenance.yml 62 additions, 0 deletionsroles/debian_server/tasks/maintenance.yml
- roles/debian_server/tasks/toolbox.yml 0 additions, 8 deletionsroles/debian_server/tasks/toolbox.yml
- roles/debian_server/templates/btrfs_check.service.j2 9 additions, 0 deletionsroles/debian_server/templates/btrfs_check.service.j2
- roles/debian_server/templates/btrfs_check.timer.j2 1 addition, 1 deletionroles/debian_server/templates/btrfs_check.timer.j2
- roles/debian_server/templates/btrfs_scrub.service.j2 0 additions, 0 deletionsroles/debian_server/templates/btrfs_scrub.service.j2
- roles/debian_server/templates/btrfs_scrub.timer.j2 0 additions, 0 deletionsroles/debian_server/templates/btrfs_scrub.timer.j2
- roles/debian_server/templates/maintenance-task.service.j2 11 additions, 0 deletionsroles/debian_server/templates/maintenance-task.service.j2
- roles/debian_server/templates/maintenance-task.timer.j2 9 additions, 0 deletionsroles/debian_server/templates/maintenance-task.timer.j2
- roles/debian_server/vars/main.yml 24 additions, 0 deletionsroles/debian_server/vars/main.yml
Loading
Please register or sign in to comment