Make MOTD message less wide, for small screens
This commit is contained in:
parent
e3fa67ef54
commit
9dc3df8d0f
|
@ -1,10 +1,10 @@
|
|||
{# code: language=ansible-jinja #}
|
||||
|
||||
Welcome to {{ hostname }}
|
||||
===========================================================================
|
||||
- FQDN................: {{ fqdn }}
|
||||
- LAN IPv4............: {{ ansible_host }}
|
||||
- Internal IPv4.......: {{ internal_ipv4 }}
|
||||
- Server type.........: {{ virt_type | upper }}
|
||||
===========================================================================
|
||||
==============================================================
|
||||
- FQDN.............: {{ fqdn }}
|
||||
- LAN IPv4.........: {{ ansible_host }}
|
||||
- Internal IPv4....: {{ internal_ipv4 }}
|
||||
- Server type......: {{ virt_type | upper }}
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue