mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2022-07-25 00:00
This commit is contained in:
parent
d44b7ae506
commit
9e88a5cd50
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user