10 lines
273 B
Django/Jinja
10 lines
273 B
Django/Jinja
<html>
|
|
<head>
|
|
<title>Welcome to ansible</title>
|
|
</head>
|
|
<body>
|
|
<h1>Nginx, configured by Ansible</h1>
|
|
<p>If you can see this, Ansible successfully installed nginx.</p>
|
|
<p>Running on {{ inventory_hostname }}</p>
|
|
</body>
|
|
</html> |