Initial commit
This commit is contained in:
7
roles/common/templates/etc/hosts
Executable file
7
roles/common/templates/etc/hosts
Executable 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
|
||||
9
roles/common/templates/var/www/default/index.html
Executable file
9
roles/common/templates/var/www/default/index.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>Welcome to {{inventory_hostname}} </h1>
|
||||
<p>This is a paragraph</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user