mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-19 19:00
This commit is contained in:
@@ -13,6 +13,15 @@ mysql_open_files_limit: 8192
|
||||
mysql_max_allowed_packet: 32M
|
||||
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
|
||||
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
|
||||
mysql_ssl_ca: /etc/pki/tls/cert.pem
|
||||
|
||||
# Engine can be either mariadb or mysql
|
||||
mysql_engine: mariadb
|
||||
|
||||
|
Reference in New Issue
Block a user