blob: dfda874c583986a9d4165048c1524beb6d5c8c28 (
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
|