We are stoked to announce the release of: openstack-ansible-galera_server 14.2.3: Galera Server role for OpenStack-Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-galera_server/ For more details, please see below. 14.2.3 ^^^^^^ New Features * Implements SSL connection ability to MySQL. "galera_use_ssl" option has to be set to "true" (default), in this case playbooks create self-signed SSL bundle and sets up MySQL configs to use it or distributes user-provided bundle throughout Galera nodes. Changes in openstack-ansible-galera_server 14.2.1..14.2.3 --------------------------------------------------------- fffeb4b Added Galera SSL support Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 20 +++++++ .../notes/implement-ssl-dd42ad2ff91af0bd.yaml | 6 ++ tasks/galera_post_install.yml | 7 +++ tasks/galera_ssl.yml | 54 ++++++++++++++++++ tasks/galera_ssl_key_create.yml | 65 ++++++++++++++++++++++ templates/my.cnf.j2 | 5 ++ tox.ini | 9 +++ 7 files changed, 166 insertions(+)