From 948266d1c7f1ae107487699340715ddd41665f01 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 3 May 2023 16:08:36 +0200 Subject: commit initial --- lamp/templates/index.j2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lamp/templates/index.j2 (limited to 'lamp/templates/index.j2') diff --git a/lamp/templates/index.j2 b/lamp/templates/index.j2 new file mode 100644 index 0000000..2c338ad --- /dev/null +++ b/lamp/templates/index.j2 @@ -0,0 +1,17 @@ + + + +{{ansible_distribution}} Apache Web Server + + +

{{ansible_distribution}} Apache Web Server

+{% if lamp_packages is defined %} +

Packages :

+ +{% endif %} + + -- cgit v1.2.3