Role that installs the Keycloak IdM,
Go to file
Andrea Dell'Amico a2b1ed70f1 Another typo in a variable. 2020-06-19 14:12:03 +02:00
defaults Keycloack role. The basics. 2020-06-19 12:50:10 +02:00
handlers Initial commit 2020-06-18 18:23:12 +02:00
meta Keycloack role. The basics. 2020-06-19 12:50:10 +02:00
tasks Fix some typos. 2020-06-19 14:07:15 +02:00
templates Another typo in a variable. 2020-06-19 14:12:03 +02:00
tests Initial commit 2020-06-18 18:23:12 +02:00
vars Fix some typos. 2020-06-19 14:07:15 +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 Fix some typos. 2020-06-19 14:07:15 +02:00

README.md

Role Name

A role that installs the Keycloack IdM https://keycloack.org

Role Variables

The most important variables are listed below:

keycloack_major_version: '10'
keycloack_minor_version: '0'
keycloack_point_version: '2'
keycloack_install_dir: '/opt/keycloack'
keycloack_log_directory: '/var/log/keycloack'
# domain clustered mode is not supported at this time
keycloack_wildfly_mode: 'standalone'
keycloack_wildfly_clustered: False
keycloack_listen: '127.0.0.1'
keycloack_java_min_heap: '2048m'
keycloack_java_max_heap: '{{ keycloack_java_min_heap }}'

Dependencies

OpenJDK

License

EUPL-1.2

Author Information

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