ansible/roles/motd/defaults/main.yml

31 lines
742 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
- 88-esm-announce
- 90-updates-available
- 91-contract-ua-esm-status
- 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: []
# 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: []