php4dvd: Use TLS for MariaDB connections

This commit is contained in:
Timo Makinen 2023-11-26 17:41:18 +00:00
parent 270da668c3
commit ad187f51e3
3 changed files with 15 additions and 0 deletions

View file

@ -2,4 +2,7 @@ PHP4DVD_DB_HOST=sqldb02.home.foo.sh
PHP4DVD_DB_NAME=php4dvd
PHP4DVD_DB_USER=php4dvd
PHP4DVD_DB_PASS={{ php4dvd_mysql_pass }}
PHP4DVD_DB_KEY=/etc/ssl/private/{{ inventory_hostname }}.key
PHP4DVD_DB_CERT=/etc/ssl/certs/{{ inventory_hostname }}.crt
PHP4DVD_DB_CACERT=/etc/ssl/certs/ca.crt
PHP4DVD_USER_GUESTVIEW=true