From 69b3a2cf08873de59883e3c2661ea1b57726eee3 Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 7 Feb 2025 11:40:40 +0100 Subject: premier commit --- playbooks/lamp/templates/index.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 playbooks/lamp/templates/index.j2 (limited to 'playbooks/lamp/templates') diff --git a/playbooks/lamp/templates/index.j2 b/playbooks/lamp/templates/index.j2 new file mode 100644 index 0000000..29619c2 --- /dev/null +++ b/playbooks/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