2021-01-17 00:53:48 -06:00
|
|
|
# vim:ft=ansible:
|
|
|
|
|
|
|
|
# Default motd files to remove from /etc/update-motd.d
|
|
|
|
motd_remove:
|
|
|
|
- 00-header
|
|
|
|
- 10-help-text
|
|
|
|
- 50-landscape-sysinfo
|
|
|
|
- 50-motd-news
|
|
|
|
- 85-fwupd
|
|
|
|
- 90-updates-available
|
|
|
|
- 91-release-upgrade
|
|
|
|
- 92-unattended-upgrades
|
|
|
|
- 95-hwe-eol
|
|
|
|
- 97-overlayroot
|
|
|
|
- 98-fsck-at-reboot
|
|
|
|
- 98-reboot-required
|
|
|
|
motd_remove_extra: []
|
|
|
|
|
|
|
|
# Services to monitor with our script
|
|
|
|
# Units that can't be found will be skipped
|
|
|
|
motd_watch_services:
|
|
|
|
- ansible-pull
|
|
|
|
- backup
|
|
|
|
motd_watch_services_extra: []
|
2021-03-10 10:41:40 -06:00
|
|
|
# Docker images to look for. Matches a simple glob (*{{ item }}*)
|
|
|
|
# If Docker is not running, this section will be omitted
|
|
|
|
motd_watch_containers: []
|
|
|
|
motd_watch_containers_extra: []
|