Releases: ansible-middleware/keycloak
Releases · ansible-middleware/keycloak
1.2.1
v1.2.1
Minor Changes
- Allow to setup keycloak HA cluster without remote cache store #68
Bugfixes
- Pass attributes to realm clients #69
1.2.0
v1.2.0
Major Changes
- Provide config for multiple modcluster proxies #60
Minor Changes
- Allow to configure TCPPING for cluster discovery #62
- Drop community.general from dependencies #61
- Switch middleware_automation.redhat_csp_download for middleware_automation.common #63
- Switch to middleware_automation.common for rh-sso patching #64
1.1.1
v1.1.1
Bugfixes
- keycloak-quarkus: fix
cache-config-file
path in keycloak.conf.j2 template #53
1.1.0
v1.1.0
Minor Changes
- Update keycloak to 18.0.2 - sso to 7.6.1 #46
- Variable
keycloak_no_log
controls ansible no_log
parameter (for debugging purposes) #47
- Variables to override service start retries and delay #51
- keycloak_quarkus: variable to enable development mode #45
Breaking Changes / Porting Guide
- Rename variables from
infinispan_
prefix to keycloak_infinispan_
#42
Bugfixes
- keycloak_quarkus: fix /var/log/keycloak symlink to keycloak log directory #44
1.0.7
v1.0.7
Breaking Changes / Porting Guide
- keycloak_quarkus: use absolute path for certificate files #39
Bugfixes
- keycloak_quarkus: use become for tasks that will otherwise fail #38
1.0.6
v1.0.6
Bugfixes
- keycloak_quarkus: add selected java to PATH in systemd unit #34
- keycloak_quarkus: set logfile path correctly under keycloak home #35
1.0.5
v1.0.5
Minor Changes
- Update config options: keycloak and quarkus #32
1.0.4
v1.0.4
Patch release containing an important bugfix for downloaded archives filemodes.
1.0.3
v1.0.3
Major Changes
- New role for installing keycloak >= 17.0.0 (quarkus) #29
Minor Changes
- Add
keycloak_config_override_template
parameter for passing a custom xml config template #30
Bugfixes
- Make sure systemd unit starts with selected java JVM #31
1.0.2
Release v1.0.2
Minor Changes
- Make
keycloak_admin_password
a default with assert (was: role variable) #26
- Simplify dependency install logic and reduce play execution time #19
Bugfixes
- Set
keycloak_frontend_url
default according to other defaults #25