Role that installs the Keycloak IdM,
Go to file
Andrea Dell'Amico 962d629a41 Specify the node identifier. 2020-10-19 18:20:59 +02:00
defaults Specify the node identifier. 2020-10-19 18:20:59 +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 Force some log files permissions 2020-10-19 17:41:46 +02:00
templates Specify the node identifier. 2020-10-19 18:20:59 +02:00
tests Initial commit 2020-06-18 18:23:12 +02:00
vars The 'deployments' directory must be writable by the keycloak user. 2020-07-01 13:02:44 +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