ansible-demo-retwis/templates/index.html
2024-03-07 22:38:24 +01:00

7 lines
98 B
HTML

<html>
<head>
<title>{{ ansible_hostname }}</title>
</head>
<body>
{{ ansible_hostname }}
</body>