Initial commit

This commit is contained in:
2025-09-02 10:55:09 +03:00
parent ecd28e9b97
commit 570e069ded
11 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
127.0.0.1 localhost
127.0.0.1 {{ inventory_hostname }}
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<h1>Welcome to {{inventory_hostname}} </h1>
<p>This is a paragraph</p>
</body>
</html>