Update to 2022-07-25 00:00

This commit is contained in:
Daniel Berteaud 2022-07-25 00:00:16 +02:00
parent d44b7ae506
commit 9e88a5cd50
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ mysql_max_connections: 300
# If mysql_letsencrypt_cert is defined, it'll turn SSL on and configure cert to use
# mysql_letsencrypt_cert: mysql.example.org
# ELse, it's possible to configure SSL manually
# Else, it's possible to configure SSL manually
mysql_ssl: "{{ (mysql_letsencrypt_cert is defined) | ternary(True, False) }}"
mysql_ssl_cert: /etc/my.ssl/server.crt
mysql_ssl_key: /etc/my.ssl/server.key