aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/motd/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/motd/README.md b/roles/motd/README.md
new file mode 100644
index 0000000..d80239a
--- /dev/null
+++ b/roles/motd/README.md
@@ -0,0 +1,20 @@
+motd
+====
+
+Description
+-----------
+
+This role disables the default `cockpit` message from being displayed on login.
+
+This role does not accept any variables.
+
+Usage
+-----
+
+Example playbook:
+
+````yaml
+- hosts: all
+ roles:
+ - role: motd
+````