mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Provide config for multiple modcluster proxies
This commit is contained in:
parent
2959cb3cf0
commit
f980d4d1e1
7 changed files with 31 additions and 10 deletions
|
@ -54,8 +54,12 @@ keycloak_auth_client: admin-cli
|
|||
|
||||
keycloak_force_install: False
|
||||
|
||||
### mod_cluster reverse proxy
|
||||
### mod_cluster reverse proxy list
|
||||
keycloak_modcluster_url: localhost
|
||||
keycloak_modcluster_port: 6666
|
||||
keycloak_modcluster_urls:
|
||||
- host: "{{ keycloak_modcluster_url }}"
|
||||
port: "{{ keycloak_modcluster_port }}"
|
||||
|
||||
### keycloak frontend url
|
||||
keycloak_frontend_url: http://localhost:8080/auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue