--- additional_nginx_config: {} deny_files_regex: [] enforce_https: true index: index.php packages: [] php_file_regex: \.php$ php_rewrite_urls: [] rewrites: [] https_tls_certificate: "{{ lookup('file', tls_certificate_dir + '/' + fqdn + '_https.pem') }}" https_tls_key: "{{ lookup('file', tls_private_key_dir + '/' + fqdn + '_https.key') }}" additional_fpm_config: {} website_mail_recipients: "root" environment_indicator: null # Internal parameters. admin: "admin-{{ fqdn | replace('.', '_') }}" user: "web-{{ fqdn | replace('.', '_') }}" home: "/var/www/{{ fqdn }}"