From e5a65b550c719f427e0bb46f2e3149092b9e6285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 1 Jan 2024 13:26:11 +0100 Subject: refactor(roles/httpd): merge httpd roles --- .../httpd_site_healthcheck/templates/httpd.conf.j2 | 6 ---- .../httpd_site_healthcheck/templates/index.html.j2 | 34 ---------------------- 2 files changed, 40 deletions(-) delete mode 100644 roles/httpd_site_healthcheck/templates/httpd.conf.j2 delete mode 100644 roles/httpd_site_healthcheck/templates/index.html.j2 (limited to 'roles/httpd_site_healthcheck/templates') diff --git a/roles/httpd_site_healthcheck/templates/httpd.conf.j2 b/roles/httpd_site_healthcheck/templates/httpd.conf.j2 deleted file mode 100644 index 17ffd04..0000000 --- a/roles/httpd_site_healthcheck/templates/httpd.conf.j2 +++ /dev/null @@ -1,6 +0,0 @@ -# managed by Ansible - -server "healthcheck" { - listen on * port 8000 - root "/htdocs/healthcheck" -} diff --git a/roles/httpd_site_healthcheck/templates/index.html.j2 b/roles/httpd_site_healthcheck/templates/index.html.j2 deleted file mode 100644 index c52ff41..0000000 --- a/roles/httpd_site_healthcheck/templates/index.html.j2 +++ /dev/null @@ -1,34 +0,0 @@ - - - -{{ inventory_hostname }} - healtcheck - - - -

{{ inventory_hostname }} - healtcheck

-
-
Thank you for using {{ inventory_hostname }}.
- - -- cgit v1.2.3