859cbbba6c
The problems at the moment with setting up SSL support with Galera are: - The keys are not used when creating users in the mysql_user Ansible module - The private key must be converted to PKCS-1 in order to work properly with Galera. - The MySQL client configuration is missing the settings that include the SSL certificates. - Hard-coding the cipher causes problems for older clients, so we instead enable SSL and let the client and server negociate the ideal cipher. This patch cleans up all of those issues, removes verbose logging from the SSL job because we have ARA to gather all the information we need and adds jobs for all the deployment platforms that we support. Change-Id: I27218c4086a50d238082895092fb8aa5e7fad807 |
||
---|---|---|
.. | ||
galera_cluster_state.yml | ||
galera_install_apt.yml | ||
galera_install_dnf.yml | ||
galera_install_download_extra_packages.yml | ||
galera_install_yum.yml | ||
galera_install_zypper.yml | ||
galera_install.yml | ||
galera_post_install.yml | ||
galera_setup.yml | ||
galera_ssl_self_signed.yml | ||
galera_ssl.yml | ||
galera_upgrade_pre.yml | ||
galera_upgrade.yml | ||
main.yml |