{% if ansible_prolog -%} {% from 'templates/ansible/prolog.j2' import prolog with context %} {{ prolog() }} {% endif -%} # Apache vhost for munin ServerName {{ munin_master_vhostname }} DocumentRoot /var/cache/munin/www DirectoryIndex index.html AuthType basic AuthName "Restricted Access" AuthUserFile /etc/apache2/auth_admin Require valid-user Options None AllowOverride None Order allow,deny Allow from all LogLevel warn CustomLog ${APACHE_LOG_DIR}/munin.access.log combined ErrorLog ${APACHE_LOG_DIR}/munin.error.log