updated README
This commit is contained in:
parent
fb4136e15a
commit
82623e97c7
@ -1,12 +1,20 @@
|
|||||||
# ansible-role-keycloak
|
# ansible-role-keycloak
|
||||||
|
|
||||||
Use this to install keycloak.
|
Use this to install keycloak.
|
||||||
|
|
||||||
Needs: https://github.com/AlexanderGabriel/ansible-role-acme.sh to get certs from letsencrypt
|
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
|
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:
|
All vars:
|
||||||
|
|
||||||
keycloak_initial_admin_password initial admin user password
|
keycloak_initial_admin_password initial admin user password
|
||||||
|
|
||||||
use_local_ca: yes or no
|
use_local_ca: yes or no
|
||||||
|
|
||||||
acme_sh_server: url to acme-compatible ca, if not provided, use letsencrypt
|
acme_sh_server: url to acme-compatible ca, if not provided, use letsencrypt
|
||||||
|
|
||||||
acme_sh_email: your email-address
|
acme_sh_email: your email-address
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user