Role that installs the Keycloak IdM,
Go to file
Andrea Dell'Amico 9bd5a14648 Same fix, for the ha version. 2020-06-20 01:03:09 +02:00
defaults Add support for the use of a reverse proxy. 2020-06-20 00:58:19 +02:00
handlers Support an external database. Fix the name. 2020-06-19 19:10:02 +02:00
meta Keycloack role. The basics. 2020-06-19 12:50:10 +02:00
tasks Another try in fixing the shell command. 2020-06-19 20:15:46 +02:00
templates Same fix, for the ha version. 2020-06-20 01:03:09 +02:00
tests Initial commit 2020-06-18 18:23:12 +02:00
vars keycloak must be able to write inside the configuration directory. 2020-06-19 19:42:03 +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