mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -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
|
@ -178,6 +178,18 @@ argument_specs:
|
|||
default: "localhost"
|
||||
description: "URL for the modcluster reverse proxy"
|
||||
type: "str"
|
||||
removed_in_version: "1.4.0"
|
||||
removed_from_collection: "middleware_automation.keycloak"
|
||||
keycloak_modcluster_port:
|
||||
default: 6666
|
||||
description: "Port for the modcluster reverse proxy"
|
||||
type: "int"
|
||||
removed_in_version: "1.4.0"
|
||||
removed_from_collection: "middleware_automation.keycloak"
|
||||
keycloak_modcluster_urls:
|
||||
default: "[ { host: 'localhost', port: 6666 } ]"
|
||||
description: "List of modproxy node URLs in the format { host, port } for the modcluster reverse proxy"
|
||||
type: "list"
|
||||
keycloak_frontend_url:
|
||||
# line 59 of keycloak/defaults/main.yml
|
||||
default: "http://localhost"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue