23413d4e0f
This commit adds TLS connection between ProxySQL and MariaDB. Frontend TLS ( between services and ProxySQL) will be added in another commit. Parialy Implements: mariadb-ssl-support Change-Id: I154cbb096469c5515c9d8156c2c1c5dd07b95849 Signed-off-by: Matus Jenca <matus.jenca@dnation.cloud>
8 lines
205 B
YAML
8 lines
205 B
YAML
---
|
|
- name: "Copy certificates and keys for {{ project_name }}"
|
|
import_role:
|
|
role: service-cert-copy
|
|
vars:
|
|
project_services: "{{ mariadb_services }}"
|
|
when: database_enable_tls_backend | bool
|