openstack-ansible/releasenotes/notes/additional-tls-options-14b7e1a435581887.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

10 lines
380 B
YAML

---
upgrade:
- |
Additional variables are available when MariaDB is configured to use TLS,
enabled by setting ``galera_use_ssl`` to ``true``.
``galera_require_secure_transport`` to require that all client connections
are encrypted, defaulting to false.
``galera_tls_version`` to provide a list of accepted TLS protocols,
defaulting to 'TLSv1.2,TLSv1.3'.