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 #}
|
{# code: language=ansible-jinja #}
|
||||||
|
|
||||||
Welcome to {{ hostname }}
|
Welcome to {{ hostname }}
|
||||||
===========================================================================
|
==============================================================
|
||||||
- FQDN................: {{ fqdn }}
|
- FQDN.............: {{ fqdn }}
|
||||||
- LAN IPv4............: {{ ansible_host }}
|
- LAN IPv4.........: {{ ansible_host }}
|
||||||
- Internal IPv4.......: {{ internal_ipv4 }}
|
- Internal IPv4....: {{ internal_ipv4 }}
|
||||||
- Server type.........: {{ virt_type | upper }}
|
- Server type......: {{ virt_type | upper }}
|
||||||
===========================================================================
|
==============================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue