Update docs for main

This commit is contained in:
github-actions
2023-04-24 14:50:03 +00:00
parent 4c524ffd9e
commit b44913a5f9
5 changed files with 131 additions and 108 deletions

View File

@@ -9,6 +9,11 @@ This changelog describes changes after version 0.2.6.
v1.2.2-devel
============
Minor Changes
-------------
- Add configurability for XA transactions `#73 <https://github.com/ansible-middleware/keycloak/pull/73>`_
v1.2.1
======

View File

@@ -98,6 +98,7 @@ Role Defaults
|`keycloak_quarkus_log_format`| Set a format specific to file log entries | `%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n` |
|`keycloak_quarkus_proxy_mode`| The proxy address forwarding mode if the server is behind a reverse proxy | `edge` |
|`keycloak_quarkus_start_dev`| Whether to start the service in development mode (start-dev) | `False` |
|`keycloak_quarkus_transaction_xa_enabled`| Whether to use XA transactions | `True` |
Role Variables