mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
standalone ha without remote store
This commit is contained in:
parent
a2c17f545e
commit
526f64e5eb
7 changed files with 748 additions and 6 deletions
|
@ -294,6 +294,10 @@ argument_specs:
|
|||
default: true
|
||||
type: "bool"
|
||||
description: "Changes default behavior for no_log for debugging purpose, do not change for production system."
|
||||
keycloak_remote_cache_enabled:
|
||||
default: "{{ True if keycloak_ha_enabled else False }}"
|
||||
description: "Enable remote cache store when in clustered ha configurations"
|
||||
type: "bool"
|
||||
downstream:
|
||||
options:
|
||||
sso_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue