From 5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9 Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 18 Aug 2025 12:22:12 +0200 Subject: ansible --- final/lamp/templates/index.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 final/lamp/templates/index.j2 (limited to 'final/lamp/templates') 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 @@ + + + +{{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