diff options
| author | jerome <jerome@xlinfo.fr> | 2026-09-18 01:19:20 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2026-09-18 01:19:20 +0200 |
| commit | aa1e170bbc39440d85b660aad530001e6f8de3e4 (patch) | |
| tree | 6f5372e74b1b8f6c7cf167bca774fa5bcf543146 /lamp/templates | |
| parent | e9d771811b033f6bc1aeb3712050d1d300b8cc13 (diff) | |
| download | lamp-aa1e170bbc39440d85b660aad530001e6f8de3e4.tar.gz lamp-aa1e170bbc39440d85b660aad530001e6f8de3e4.zip | |
MAJ
Diffstat (limited to 'lamp/templates')
| -rw-r--r-- | lamp/templates/index.j2 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lamp/templates/index.j2 b/lamp/templates/index.j2 deleted file mode 100644 index 29619c2..0000000 --- a/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> |
