File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Download keycloak archive to controller directory
20
20
ansible.builtin.get_url : # noqa risky-file-permissions delegated, uses controller host user
21
- url : https://github.com/keycloak/keycloak/releases/download/26.2.4 /keycloak-26.2.4 .zip
21
+ url : https://github.com/keycloak/keycloak/releases/download/26.2.5 /keycloak-26.2.5 .zip
22
22
dest : /tmp/keycloak
23
23
mode : ' 0640'
24
24
delegate_to : localhost
Original file line number Diff line number Diff line change 23
23
keycloak_quarkus_systemd_wait_for_delay : 2
24
24
keycloak_quarkus_systemd_wait_for_log : true
25
25
keycloak_quarkus_restart_health_check : false # would fail because of self-signed cert
26
- keycloak_quarkus_version : 26.2.4
26
+ keycloak_quarkus_version : 26.2.5
27
27
keycloak_quarkus_java_heap_opts : " -Xms1024m -Xmx1024m"
28
28
keycloak_quarkus_additional_env_vars :
29
29
- key : KC_FEATURES_DISABLED
46
46
repository_url : https://repo1.maven.org/maven2/ # https://mvnrepository.com/artifact/org.keycloak/keycloak-kerberos-federation/24.0.4
47
47
group_id : org.keycloak
48
48
artifact_id : keycloak-kerberos-federation
49
- version : 26.2.4 # optional
49
+ version : 26.2.5 # optional
50
50
# username: myUser # optional
51
51
# password: myPAT # optional
52
52
# - id: my-static-theme
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Role Defaults
33
33
34
34
| Variable | Description | Default |
35
35
| :---------| :------------| :--------|
36
- | ` keycloak_quarkus_version ` | keycloak.org package version | ` 26.2.4 ` |
36
+ | ` keycloak_quarkus_version ` | keycloak.org package version | ` 26.2.5 ` |
37
37
| ` keycloak_quarkus_offline_install ` | Perform an offline install | ` False ` |
38
38
| ` keycloak_quarkus_dest ` | Installation root path | ` /opt/keycloak ` |
39
39
| ` keycloak_quarkus_download_url ` | Download URL for keycloak | ` https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }} ` |
Original file line number Diff line number Diff line change 1
1
---
2
2
# ## Configuration specific to keycloak
3
- keycloak_quarkus_version : 26.2.4
3
+ keycloak_quarkus_version : 26.2.5
4
4
keycloak_quarkus_archive : " keycloak-{{ keycloak_quarkus_version }}.zip"
5
5
keycloak_quarkus_download_url : " https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}"
6
6
keycloak_quarkus_installdir : " {{ keycloak_quarkus_dest }}/keycloak-{{ keycloak_quarkus_version }}"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ argument_specs:
2
2
main :
3
3
options :
4
4
keycloak_quarkus_version :
5
- default : " 26.2.4 "
5
+ default : " 26.2.5 "
6
6
description : " keycloak.org package version"
7
7
type : " str"
8
8
keycloak_quarkus_archive :
@@ -540,7 +540,7 @@ argument_specs:
540
540
description : ' The password to access the Truststore.'
541
541
default : ' '
542
542
type : " str"
543
- keycloak_quarkus_jgroups_port :
543
+ keycloak_quarkus_jgroups_port :
544
544
description : ' jgroups bind port'
545
545
default : 7800
546
546
type : " int"
@@ -552,7 +552,7 @@ argument_specs:
552
552
description : ' IP address that other instances in the Keycloak should use to contact this node'
553
553
default : " {{ keycloak_quarkus_jgroups_bind_address }}"
554
554
type : " str"
555
- keycloak_quarkus_jgroups_external_port :
555
+ keycloak_quarkus_jgroups_external_port :
556
556
description : ' Port that other instances in the Keycloak cluster should use to contact this node'
557
557
default : " {{ keycloak_quarkus_jgroups_port }}"
558
558
type : " int"
@@ -563,7 +563,7 @@ argument_specs:
563
563
downstream :
564
564
options :
565
565
rhbk_version :
566
- default : " 26.2.4 "
566
+ default : " 26.2.5 "
567
567
description : " Red Hat Build of Keycloak version"
568
568
type : " str"
569
569
rhbk_archive :
You can’t perform that action at this time.
0 commit comments