Footur
6f26fa3da4
Update Keycloak to version 22.0.5
2023-10-27 15:32:15 +02:00
Antonio Costa
6970236201
feat: add a destination variable for the log link
...
docs: argument specs for the keycloak_quarkus_log_target
docs: added parameter to the roles README
fix: role variable is keycloak_log_target and not keycloak_quarkus_log_target
2023-10-26 09:18:07 +02:00
Guido Grazioli
bf1cb3695e
Update minimum ansible-core version > 2.14
2023-10-16 15:27:24 +02:00
Footur
e842462a22
Enable config of a key store and trust store
2023-10-13 16:30:58 +02:00
Footur
0f7bbc7ef9
Update Keycloak to version 22.0.4
2023-10-13 16:24:46 +02:00
Guido Grazioli
5b70d3db2a
Merge pull request #113 from gionn/fix-port-restart
...
Fix validation failure upon port configuration change
2023-09-25 11:56:11 +02:00
Giovanni Toraldo
e3ce4bd574
fixup linter
2023-09-23 18:38:49 +02:00
Giovanni Toraldo
f3104285bc
Enforce service restart when needed before service checking
2023-09-22 16:30:16 +02:00
footur
cb25c28bb8
Update Keycloak to version 22.0.3
2023-09-22 15:42:06 +02:00
Giovanni Toraldo
f0f90b8930
apply review suggestions
2023-09-19 17:05:00 +02:00
Giovanni Toraldo
38ff519624
update arguments
2023-09-19 14:00:15 +02:00
Giovanni Toraldo
9c361c9628
add in README
2023-09-19 13:56:51 +02:00
Giovanni Toraldo
9a46b455f6
Fix admin login redirect when running locally
2023-09-19 13:53:32 +02:00
Miles Sherman
d673fcf48a
update documentation for change to keycloak_quarkus_proxy_mode handling
2023-09-18 17:21:45 +00:00
Miles Sherman
b72460e464
quarkus role: do not populate proxy to config if keycloak_quarkus_proxy_mode is undefined or set to 'none'
2023-09-18 14:46:56 +00:00
Guido Grazioli
d12f62b89d
Merge pull request #106 from schmaxit/main
...
Run service as `keycloak_service_user`
2023-08-30 11:07:25 +02:00
footur
6e6bf2ff71
Fix JRE version in README
2023-08-27 21:57:25 +02:00
footur
7c05ee5239
Update Keycloak to version 22.0.1
2023-08-25 11:38:45 +02:00
Massimo Schiavon
c8ebbe72d2
change default pidfile location
...
Signed-off-by: Massimo Schiavon <schmaxit@users.noreply.github.com>
2023-08-09 09:31:47 +02:00
Guido Grazioli
84d6e7baca
set java-17 for keycloak_quarkus
2023-07-31 10:29:28 +02:00
Guido Grazioli
ea735ea79e
Merge pull request #100 from Footur/keycloak-update-22.0.0
...
Update keycloak_quarkus to Keycloak version 22.0.0
2023-07-31 09:50:38 +02:00
Guido Grazioli
7933592725
Revert README.md
2023-07-31 09:19:47 +02:00
Guido Grazioli
f400a5bbf8
fix_java_11_tzdata
2023-07-31 09:01:54 +02:00
footur
7c4d420fea
Update Keycloak to version 22.0.0
2023-07-14 11:36:54 +02:00
footur
26a9249d07
Update the Keycloakx version in the README
2023-06-23 12:32:35 +02:00
footur
3340428194
Remove the "--auto-build" flag – it's deprecated
...
Signed-off-by: footur <3769085+Footur@users.noreply.github.com>
2023-06-10 15:18:31 +02:00
footur
18e60daa93
Update Keycloakx to v21.1.1
...
Signed-off-by: footur <3769085+Footur@users.noreply.github.com>
2023-06-10 15:16:58 +02:00
Jonathan Wright
020bc86955
document keycloak_quarkus_transaction_xa_enabled
2023-04-24 08:52:36 -05:00
Jonathan Wright
d72d46c945
fix typo
2023-04-24 08:50:16 -05:00
Jonathan Wright
c7d2bdcee3
add configurability for XA transactions
2023-04-21 15:12:59 -05:00
Guido Grazioli
7abdd83ea4
ci: linter
2023-03-03 10:54:50 +01:00
Božo Barun
5cdaa7aabb
Update keycloak.conf.j2
...
The documentation states that the path is relative to the /conf directory, which is true. So if one changes the contents of this file it would have no effect because the path would be non-existent. To make things worse, there would be no obvious error stating this and the configuration would be loaded from the defaults.
2023-01-26 15:27:57 +01:00
Guido Grazioli
853d4ab96b
rebase and update documentation
2022-12-13 14:28:17 +01:00
Katzy
2df5fd22cf
Update main.yml
2022-12-13 14:25:52 +01:00
Katzy
422986a8fd
Enable this role to start keycloak in dev mode
2022-12-13 14:25:52 +01:00
Katzy
ad4d5dae68
Update keycloak.service.j2
2022-12-13 14:25:52 +01:00
Katzy
e624870e38
Fix hardcoded health_url to parameterized
2022-12-13 14:25:52 +01:00
Guido Grazioli
f4fe9df97c
ci: add noqa to commands
2022-12-13 11:49:36 +01:00
Guido Grazioli
b3b016bf3b
Drop deprecated builtin.command arg
2022-12-13 11:39:57 +01:00
Guido Grazioli
db111aaf3a
add fqcn to firewalld tasks
2022-12-13 10:50:53 +01:00
kabroxiko
bea5062287
fix: Wrong file location
...
Fix:
Wrong quarkus log link and folder creation.
Replace:
keycloak -> /opt/keycloak/keycloak-19.0.2//opt/keycloak/keycloak-19.0.2/data/log
For:
keycloak -> /opt/keycloak/keycloak-19.0.2/data/log
2022-10-08 21:05:49 -03:00
Guido Grazioli
5e89139870
Downstream variables
2022-09-19 17:11:56 +02:00
Guido Grazioli
9252433cc8
Merge pull request #39 from xabarin-forks/use_absolute_path_for_certs
...
keycloak_quarkus: use absolute path for certificate files
2022-07-05 14:06:02 +02:00
Xabier Davila
41caa49cfc
Use absolute path for certificate files
2022-07-01 10:31:18 +02:00
Xabier Davila
4baa61e0cf
Use sudo for tasks that will otherwise fail
2022-06-30 16:15:48 +02:00
Guido Grazioli
76cbb4c676
keycloak_quarkus: add https to molecule test setup ( #36 )
...
* keycloak_quarkus: add https to molecule test setup
* move converge pre_tasks to prepare phase
* Update zipfile unarchive to cater for existing certs
2022-05-31 12:07:18 -05:00
Guido Grazioli
469036e9e7
keycloak_quarkus: set logfile path correctly under keycloak home ( #35 )
2022-05-31 03:47:29 -05:00
Guido Grazioli
8454f5c341
keycloak_quarkus: add selected java to PATH in systemd unit ( #34 )
2022-05-31 03:43:55 -05:00
Guido Grazioli
281767f505
add missing variable spec
2022-05-18 10:05:34 +02:00
Guido Grazioli
8bede6791e
update 18.0.0, add JAVA_HOME check, runas systemd unit
2022-05-18 09:29:28 +02:00