Simple MOTD for AFRINIC systems
motd_host_string: "{{ inventory_hostname }}"
Defines a custom, descriptive string to add into the MOTD template. Defaults to the hostname, but can be any one-line detail about the host.
motd_contact_email: "[email protected]"
Self-explanatory.
- hosts: all
roles:
- { role: AFRINIC.simple-motd, tags: ['motd'] }
Apache 2.0