lab-ansible/roles/virt-common/templates/motd.j2
2023-12-29 19:07:08 +01:00

11 lines
390 B
Django/Jinja

{# code: language=ansible-jinja #}
Welcome to {{ hostname }}
===========================================================================
- FQDN................: {{ fqdn }}
- LAN IPv4............: {{ ansible_host }}
- Internal IPv4.......: {{ internal_ipv4 }}
- Server type.........: {{ virt_type | upper }}
===========================================================================