State after Chapter 1

This commit is contained in:
Tim Schilling
2024-11-19 08:46:20 +01:00
commit f4324b427d
10 changed files with 78 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<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>