mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-07-25 00:00
This commit is contained in:
@@ -16,7 +16,7 @@ mysql_max_connections: 300
|
|||||||
# If mysql_letsencrypt_cert is defined, it'll turn SSL on and configure cert to use
|
# If mysql_letsencrypt_cert is defined, it'll turn SSL on and configure cert to use
|
||||||
# mysql_letsencrypt_cert: mysql.example.org
|
# 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: "{{ (mysql_letsencrypt_cert is defined) | ternary(True, False) }}"
|
||||||
mysql_ssl_cert: /etc/my.ssl/server.crt
|
mysql_ssl_cert: /etc/my.ssl/server.crt
|
||||||
mysql_ssl_key: /etc/my.ssl/server.key
|
mysql_ssl_key: /etc/my.ssl/server.key
|
||||||
|
Reference in New Issue
Block a user