mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 05:10:31 -07:00
Update docs for main
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
This commit is contained in:
parent
4632eb2d7a
commit
3007637f3f
5 changed files with 281 additions and 268 deletions
|
@ -9,6 +9,11 @@ This changelog describes changes after version 0.2.6.
|
|||
v2.2.3-devel
|
||||
============
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Update Keycloak to version 24.0.4 `#218 <https://github.com/ansible-middleware/keycloak/pull/218>`_
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Role Defaults
|
|||
|
||||
| Variable | Description | Default |
|
||||
|:---------|:------------|:--------|
|
||||
|`keycloak_quarkus_version`| keycloak.org package version | `24.0.3` |
|
||||
|`keycloak_quarkus_version`| keycloak.org package version | `24.0.4` |
|
||||
|`keycloak_quarkus_offline_install` | Perform an offline install | `False`|
|
||||
|`keycloak_quarkus_dest`| Installation root path | `/opt/keycloak` |
|
||||
|`keycloak_quarkus_download_url` | Download URL for keycloak | `https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue