aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_site_healthcheck/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_site_healthcheck/tasks/main.yml')
-rw-r--r--roles/httpd_site_healthcheck/tasks/main.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/roles/httpd_site_healthcheck/tasks/main.yml b/roles/httpd_site_healthcheck/tasks/main.yml
deleted file mode 100644
index 7cb2edb..0000000
--- a/roles/httpd_site_healthcheck/tasks/main.yml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-
-- name: create httpd healthcheck directory
- ansible.builtin.file:
- path: "{{ httpd_chroot }}/htdocs/healthcheck"
- owner: "{{ httpd_user }}"
- group: "{{ httpd_group }}"
- mode: "0550"
- state: directory
-
-- name: generate generate httpd healthcheck html index
- ansible.builtin.template:
- src: index.html.j2
- dest: "{{ httpd_chroot }}/htdocs/healthcheck/index.html"
- owner: "{{ httpd_user }}"
- group: "{{ httpd_group }}"
- mode: "0440"
-
-- name: generate httpd healthcheck configuration
- ansible.builtin.template:
- src: httpd.conf.j2
- dest: "{{ httpd_configuration_dir }}/healthcheck.conf"
- owner: 0
- group: 0
- mode: "0644"
remember that computers suck.