# This file is managed by Ansible. Do not change. ServerName {{ item.value.hostname }} ServerAdmin webmaster@localhost DocumentRoot /var/www/{{ item.key }}/{{ item.value.relative_root }} AllowOverride All Require all granted Include ssl.conf {{ item.value.apache_custom_conf | default("") }} # vim: syntax=apache ts=4 sw=4 sts=4 sr noet