mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-03-19 19:00
This commit is contained in:
@@ -35,6 +35,12 @@ max_allowed_packet={{ mysql_max_allowed_packet | default('16M') }}
|
||||
open_files_limit={{ mysql_open_files_limit | default('8192') }}
|
||||
max_connections={{ mysql_max_connections | default('300') }}
|
||||
|
||||
{% if mysql_ssl %}
|
||||
ssl_cert={{ mysql_ssl_cert }}
|
||||
ssl_key={{ mysql_ssl_key }}
|
||||
ssl_ca={{ mysql_ssl_ca }}
|
||||
{% endif %}
|
||||
|
||||
[mysqld_safe]
|
||||
{% if mysql_engine == 'mysql' %}
|
||||
log-error=/var/log/mysql/mysqld.log
|
||||
|
Reference in New Issue
Block a user