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

11 lines
356 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 }}
==============================================================
- FQDN.............: {{ fqdn }}
2024-02-04 14:31:18 +00:00
- Public IPv4......: {{ ansible_host }}
- Internal IPv4....: {{ internal_ipv4 }}
2024-02-04 14:31:18 +00:00
- Instance type....: {{ instance_type | upper }}
==============================================================
2023-12-29 16:43:18 +00:00