Files
ansibleclass/index.html.j2
2023-06-13 14:01:53 +02:00

14 lines
335 B
Django/Jinja

<html>
<header>
<title>{{ websiteheader }}</title></header>
<body>
<h1>Welcome to {{ websiteheader }}</h1>
<h3>This site was created with Ansible by {{ websiteauthor }}
<p>Hosted on {{ inventory_hostname }} running {{ ansible_facts['os_family'] }}<p>
</body>
</html>