Files @ db91799cc8fa
Branch filter:

Location: majic-ansible-roles/roles/php_website/defaults/main.yml

branko
MAR-72: Set-up symbolic link for mysql_config pointing to mariadb_config when installing the libmariadb-client-lgpl-dev-compat package via common, php_website, or wsgi_website roles. Mainly useful when installin MySQL-python in wsgi_website role, but added in all three places for completeness.
---

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') }}"