From 2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 17 Sep 2026 22:50:01 +0200 Subject: git initial --- lamp/templates/index.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lamp/templates/index.j2 (limited to 'lamp/templates') diff --git a/lamp/templates/index.j2 b/lamp/templates/index.j2 new file mode 100644 index 0000000..29619c2 --- /dev/null +++ b/lamp/templates/index.j2 @@ -0,0 +1,20 @@ + + + +{{ansible_distribution}} Apache Web Server + + + +

{{ansible_distribution}} Apache Web Server

+

Site en Constuction

+{% if lamp_packages is defined %} +

Packages :

+ +{% endif %} +

Généré par {{ ansible_distribution }} {{ ansible_distribution_version }}

+ + -- cgit v1.2.3