Role that installs the Keycloak IdM,
Go to file
Franca Debole e8deff813c removed keycloak-custom.yml 2021-04-28 14:54:03 +02:00
defaults Various fixes. 2021-02-16 20:07:12 +01:00
handlers Fix the handler. 2021-02-17 11:17:44 +01:00
meta Various fixes. 2021-02-16 20:07:12 +01:00
tasks removed keycloak-custom.yml 2021-04-28 14:54:03 +02:00
templates Various fixes. 2021-02-16 20:07:12 +01:00
tests Initial commit 2020-06-18 18:23:12 +02:00
vars Add a proper webroot for nginx. 2021-04-11 15:39:43 +02:00
.gitignore Initial commit 2020-06-18 18:23:12 +02:00
LICENSE Initial commit 2020-06-18 18:23:12 +02:00
README.md Support an external database. Fix the name. 2020-06-19 19:10:02 +02:00

README.md

Role Name

A role that installs the keycloak IdM https://keycloak.org

Role Variables

The most important variables are listed below:

keycloak_major_version: '10'
keycloak_minor_version: '0'
keycloak_point_version: '2'
keycloak_install_dir: '/opt/keycloak'
keycloak_log_directory: '/var/log/keycloak'
# domain clustered mode is not supported at this time
keycloak_wildfly_mode: 'standalone'
keycloak_wildfly_clustered: False
keycloak_listen: '127.0.0.1'
keycloak_java_min_heap: '2048m'
keycloak_java_max_heap: '{{ keycloak_java_min_heap }}'

Dependencies

OpenJDK

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it