25 lines
511 B
YAML
25 lines
511 B
YAML
|
# 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: []
|