Update docs for main

This commit is contained in:
github-actions 2023-06-10 14:48:57 +00:00
commit 45edc1884a
5 changed files with 156 additions and 135 deletions

View file

@ -9,6 +9,11 @@ This changelog describes changes after version 0.2.6.
v1.2.7-devel
============
Minor Changes
-------------
- Allow to override jgroups subnet `#93 <https://github.com/ansible-middleware/keycloak/pull/93>`_
v1.2.6
======

View file

@ -165,7 +165,7 @@ The following variables are _optional_:
|:---------|:------------|
|`keycloak_db_valid_conn_sql` | Override the default database connection validation query sql |
|`keycloak_admin_url` | Override the default administration endpoint URL |
|`keycloak_jgroups_subnet`| Override the subnet match for jgroups cluster formation; if not defined, it will be inferred from local machine route configuration |
Example Playbook
-----------------