mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Allow to override jgroups subnet
This commit is contained in:
parent
e99a0db174
commit
1dd579a6d1
5 changed files with 12 additions and 3 deletions
|
@ -347,6 +347,10 @@ argument_specs:
|
|||
required: False
|
||||
description: "Override the default administration endpoint URL"
|
||||
type: "str"
|
||||
keycloak_jgroups_subnet:
|
||||
required: False
|
||||
description: "Override the subnet match for jgroups cluster formation; if not defined, it will be inferred from local machine route configuration"
|
||||
type: "str"
|
||||
downstream:
|
||||
options:
|
||||
sso_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue