summaryrefslogtreecommitdiff
path: root/playbooks/lamp/templates
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-02-12 15:05:59 +0100
committerjerome <jerome@xlinfo.fr>2025-02-12 15:05:59 +0100
commit3605d4eec0065530f692cb3e779e9ab50a0ca3e3 (patch)
treee20e657391c18d44af5d03f864a4c3db05b81690 /playbooks/lamp/templates
parent9041e48cd9b37e2bb39328ec21088ab48658f0f7 (diff)
downloadkvm-multi-3605d4eec0065530f692cb3e779e9ab50a0ca3e3.tar.gz
kvm-multi-3605d4eec0065530f692cb3e779e9ab50a0ca3e3.zip
correction
Diffstat (limited to 'playbooks/lamp/templates')
-rw-r--r--playbooks/lamp/templates/index.j220
1 files changed, 0 insertions, 20 deletions
diff --git a/playbooks/lamp/templates/index.j2 b/playbooks/lamp/templates/index.j2
deleted file mode 100644
index 29619c2..0000000
--- a/playbooks/lamp/templates/index.j2
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>{{ansible_distribution}} Apache Web Server</title>
-<meta charset="utf-8" />
-</head>
-<body>
-<h1>{{ansible_distribution}} Apache Web Server</h1>
-<h2>Site en Constuction</h2>
-{% if lamp_packages is defined %}
-<h3>Packages :</h3>
-<ul>
-{% for item in lamp_packages %}
-<li>{{item}}</li>
-{% endfor %}
-</ul>
-{% endif %}
-<p>Généré par {{ ansible_distribution }} {{ ansible_distribution_version }}</p>
-</body>
-</html>