10 lines
220 B
Django/Jinja
10 lines
220 B
Django/Jinja
<html>
|
|
<head>
|
|
<title>Page info ansible</title>
|
|
</head>
|
|
<body>
|
|
<h1>Apache, configured by Ansible</h1>
|
|
<p>If you can see this, Ansible successfully installed apache.</p>
|
|
<p>{{ ansible_managed }}</p>
|
|
</body>
|
|
</html> |