aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_pre/tasks')
-rw-r--r--roles/httpd_pre/tasks/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/httpd_pre/tasks/main.yml b/roles/httpd_pre/tasks/main.yml
index d1760db..1667df4 100644
--- a/roles/httpd_pre/tasks/main.yml
+++ b/roles/httpd_pre/tasks/main.yml
@@ -23,3 +23,23 @@
owner: 0
group: 0
mode: "0755"
+
+# - name: create ssl directories
+# ansible.builtin.file:
+# path: "{{ httpd_pre__chroot_dir }}/{{ item | dirname }}"
+# recurse: true
+# state: directory
+# mode: "0644"
+# loop_control:
+# label: "{{ httpd_pre__chroot_dir }}/{{ item | dirname }}"
+# loop: "{{ httpd_pre__ssl_files }}"
+#
+# - name: copy ssl files
+# ansible.builtin.copy:
+# src: "{{ item }}"
+# dest: "{{ httpd_pre__chroot_dir }}/{{ item }}"
+# remote_src: true
+# mode: "0444"
+# owner: root
+# group: bin
+# loop: "{{ httpd_pre__ssl_files }}"
remember that computers suck.