blob: f5e0a437df958bffeda114179926e4f91fb331f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
httpd_configuration_file: /etc/httpd.conf
httpd_configuration_dir: /etc/httpd.d
httpd_chroot_dir: /var/www
httpd_passwords_dir: "{{ httpd_chroot_dir }}/htpasswd"
httpd_sites_dir: "{{ httpd_chroot_dir }}/htdocs"
httpd_user: www
httpd_group: www
httpd_supported_types:
- application/xml xml rss
- image/gif gif
- image/jpeg jpeg jpg
- image/png png
- image/svg+xml svg
- text/css css
- text/html html htm
- text/plain txt pgp pub
|