--- deny_files_regex: [] enforce_https: True index: index.php packages: [] php_file_regex: \.php$ php_rewrite_urls: [] rewrites: [] admin: "web-{{ fqdn | replace('.', '_') }}" https_tls_certificate: "{{ lookup('file', tls_certificate_dir + '/' + fqdn + '_https.pem') }}" https_tls_key: "{{ lookup('file', tls_private_key_dir + '/' + fqdn + '_https.key') }}"