File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
19
19
## Requirements
20
20
21
21
* SSH Server configured to display message of the day (enabled by default on Ubuntu)
22
- * Ubuntu 18.04 or 20 .04 releases
22
+ * Ubuntu 18.04 through 22 .04 releases tested
23
23
* Other systems probably work fine, untested. Let me know.
24
24
25
25
---
@@ -121,12 +121,12 @@ The following defines the base set of new message files from the [Custom Message
121
121
# Define Custom Message of the Day files to ENABLE from the GIT Repo to all hosts
122
122
enable_these_motd_files:
123
123
# - 10-hostname # Blah no color hostname
124
- - 10-hostname-color
125
- - 20-sysinfo
124
+ - 10-hostname-color
125
+ - 20-sysinfo
126
126
# - 20-uptime # Standard uptime message
127
- - 30-zpool-bar # ZFS Usage Graphs
128
- - 36-diskstatus # Disks, Temps, Test Results
129
- - 40-services # Status of Services
127
+ - 30-zpool-bar # ZFS Usage Graphs
128
+ - 36-diskstatus # Disks, Temps, Test Results
129
+ - 40-services # Status of Services
130
130
# - 50-fail2ban # Fail2ban Summary (standard)
131
131
# - 50-fail2ban-status # Fail2ban status per jail
132
132
# - 60-lxd # Status of lxd containers
You can’t perform that action at this time.
0 commit comments