aboutsummaryrefslogtreecommitdiffstats
path: root/roles/motd/README.md
blob: d5ef33351f23451711709a0b881e2c01a39fcb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
- name: remove motd spam
  hosts: all
  roles:
    - role: motd
````