aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/defaults/main.yml
blob: dfda874c583986a9d4165048c1524beb6d5c8c28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.