Go to file
Alexander Gabriel 633cc7800f updated keycloak 2023-07-30 23:33:21 +02:00
defaults updated to v10, add admin + build once 2023-03-18 18:08:07 +01:00
files added stuff for keycloak-role 2021-06-06 19:12:52 +01:00
handlers changed handler 2022-06-20 21:14:24 +02:00
tasks updated keycloak 2023-06-28 22:57:56 +02:00
templates updated keycloak 2023-07-30 23:33:21 +02:00
LICENSE Initial commit 2021-06-06 20:07:35 +02:00
README.md updated to v10, add admin + build once 2023-03-18 18:08:07 +01:00

README.md

ansible-role-keycloak

Use this to install keycloak.

Needs: https://github.com/AlexanderGabriel/ansible-role-acme.sh to get certs from letsencrypt

Hint: Use variables use_local_ca: yes and acme_sh_server: https://host:port/acme/acme/directory to use your own intranet step-ca or acme-compatible CA for local certs

All vars:

  • keycloak_postgresql_database: keycloak
  • keycloak_postgresql_username: keycloak
  • keycloak_postgresql_password: keycloak
  • keycloak_initial_admin_name: keycloak
  • keycloak_initial_admin_password: keycloak
  • keycloak_http_host: 127.0.0.1