{{ ansible_managed | comment }} ServerName {{kanboard_server_name}} SSLEngine on SSLCertificateFile "/etc/ssl/certs/kanboard.cert.pem" SSLCertificateKeyFile "/etc/ssl/private/kanboard.key.pem" {% if not certificate_provider == "selfsigned" %} SSLCertificateChainFile "/etc/ssl/certs/kanboard.chain.pem" {% endif %} DocumentRoot /var/www/kanboard Options +FollowSymlinks AllowOverride All ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined