diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-18 12:22:12 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-18 12:22:12 +0200 |
| commit | 5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9 (patch) | |
| tree | c9dd783509deff4e2ebead7b049c192d83c15a53 /final/lamp/templates/index.j2 | |
| parent | fd1965078368a4de0ed6c006ece5ea6443d0674a (diff) | |
| download | incus-5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9.tar.gz incus-5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9.zip | |
ansible
Diffstat (limited to 'final/lamp/templates/index.j2')
| -rw-r--r-- | final/lamp/templates/index.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/final/lamp/templates/index.j2 b/final/lamp/templates/index.j2 new file mode 100644 index 0000000..29619c2 --- /dev/null +++ b/final/lamp/templates/index.j2 @@ -0,0 +1,20 @@ +<!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> |
