forked from data.coop/ansible
Fix variable
This commit is contained in:
parent
388e0526ca
commit
a5d59b9336
|
@ -32,7 +32,7 @@
|
||||||
- "--db-url=jdbc:postgresql://postgres:5432/keycloak"
|
- "--db-url=jdbc:postgresql://postgres:5432/keycloak"
|
||||||
- "--db-username=keycloak"
|
- "--db-username=keycloak"
|
||||||
- "--db-password={{ postgres_passwords.keycloak }}"
|
- "--db-password={{ postgres_passwords.keycloak }}"
|
||||||
- "--hostname={{ keycloak.domain }}"
|
- "--hostname={{ services.keycloak.domain }}"
|
||||||
- "--proxy=edge"
|
- "--proxy=edge"
|
||||||
- "--https-port=8080"
|
- "--https-port=8080"
|
||||||
- "--http-relative-path=/auth"
|
- "--http-relative-path=/auth"
|
||||||
|
|
Loading…
Reference in a new issue