aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/defaults/main.yml
blob: 1a10a11bb1e34609ffe2ac4febcd02823943dbbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---

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

httpd_pre__ssl_files:
  - /etc/ssl/cert.pem
  - /etc/ssl/openssl.cnf
  - /etc/resolv.conf
remember that computers suck.