blob: 1a10a11bb1e34609ffe2ac4febcd02823943dbbb (
plain) (
tree)
|
|
---
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
|