aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_pre/tasks/main.yml')
-rw-r--r--roles/httpd_pre/tasks/main.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/roles/httpd_pre/tasks/main.yml b/roles/httpd_pre/tasks/main.yml
deleted file mode 100644
index acc6673..0000000
--- a/roles/httpd_pre/tasks/main.yml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-
-- name: create httpd directory
- ansible.builtin.file:
- path: /etc/httpd.d
- state: directory
- owner: 0
- group: 0
- mode: "0644"
-
-- name: create htpasswd directory
- ansible.builtin.file:
- path: /var/www/htpasswd
- state: directory
- owner: "www"
- group: "www"
- mode: "0700"
-
-- name: mount nfs in chroot
- ansible.builtin.include_role:
- name: nfsclient
- vars:
- nfsclient_dir: "{{ httpd_chroot }}/data"
- when: httpd_use_nfs
remember that computers suck.