first commit
This commit is contained in:
12
solutions/roles/apache/templates/index.html.j2
Normal file
12
solutions/roles/apache/templates/index.html.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
# templates/index.html.j2
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Apache Test Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Apache is working</h1>
|
||||
<p><strong>FQDN:</strong> {{ ansible_facts.fqdn }}</p>
|
||||
<p><strong>IPv4 Address:</strong> {{ ansible_facts.default_ipv4.address }}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user