diff options
| author | jerome <jerome@xlinfo.fr> | 2025-01-29 12:16:12 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-01-29 12:16:12 +0100 |
| commit | 23ff2b6c3f4ca6335086a0336708035432bd9a09 (patch) | |
| tree | b0d6b8d8012d65b3c3dae459357ecf59683f7d50 /lamp/templates | |
| parent | 948266d1c7f1ae107487699340715ddd41665f01 (diff) | |
| download | ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.tar.gz ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.zip | |
includes et imports
Diffstat (limited to 'lamp/templates')
| -rw-r--r-- | lamp/templates/index.j2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lamp/templates/index.j2 b/lamp/templates/index.j2 index 2c338ad..29619c2 100644 --- a/lamp/templates/index.j2 +++ b/lamp/templates/index.j2 @@ -2,16 +2,19 @@ <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 %} -<h2>Packages :</h2> +<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> |
