aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/defaults
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-12 17:32:53 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-12 17:32:53 +0200
commita355ee21c15e915f394952abe76703d7865c991b (patch)
tree468e5b6da5d9833532e51760c29a69cedb641f66 /roles/httpd_pre/defaults
parentb1f371ec9d587e3727e85afe34473ed154d1fc48 (diff)
downloadrules-a355ee21c15e915f394952abe76703d7865c991b.tar.gz
feat(roles/httpd_pre): add httpd_pre role
Diffstat (limited to 'roles/httpd_pre/defaults')
-rw-r--r--roles/httpd_pre/defaults/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/httpd_pre/defaults/main.yml b/roles/httpd_pre/defaults/main.yml
new file mode 100644
index 0000000..dfda874
--- /dev/null
+++ b/roles/httpd_pre/defaults/main.yml
@@ -0,0 +1,14 @@
+---
+
+httpd_pre__configuration_file: /etc/httpd.conf
+httpd_pre__configuration_dir: /etc/httpd.d
+httpd_pre__chroot_dir: /var/www
+
+httpd_pre__chroot_passwords_dir: /htpasswd
+httpd_pre__chroot_sites_dir: /htdocs
+
+httpd_pre__passwords_dir: "{{ httpd_pre__chroot_dir }}{{ httpd_pre__chroot_passwords_dir }}"
+httpd_pre__sites_dir: "{{ httpd_pre__chroot_dir }}{{ httpd_pre__chroot_sites_dir }}"
+
+httpd_pre__user: www
+httpd_pre__group: www
remember that computers suck.