16 lines
568 B
Markdown
16 lines
568 B
Markdown
|
# 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
|