lab-ansible/roles/virt-common/templates/motd.j2

11 lines
390 B
Plaintext
Raw Normal View History

2023-12-29 18:07:08 +00:00
{# code: language=ansible-jinja #}
2023-12-29 16:43:18 +00:00
2023-12-29 18:00:09 +00:00
Welcome to {{ hostname }}
2023-12-29 16:43:18 +00:00
===========================================================================
- FQDN................: {{ fqdn }}
- LAN IPv4............: {{ ansible_host }}
- Internal IPv4.......: {{ internal_ipv4 }}
- Server type.........: {{ virt_type | upper }}
===========================================================================