mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
Add argument specs, update README
This commit is contained in:
@@ -338,6 +338,22 @@ argument_specs:
|
||||
description: >
|
||||
If the route should be attached to cookies to reflect the node that owns a particular session. If false, route is not attached to cookies
|
||||
and we rely on the session affinity capabilities from reverse proxy
|
||||
keycloak_quarkus_ks_vault_enabled:
|
||||
default: false
|
||||
type: "bool"
|
||||
description: "Whether to enable vault SPI"
|
||||
keycloak_quarkus_ks_vault_file:
|
||||
default: "{{ keycloak_quarkus_config_dir }}/keystore.p12"
|
||||
type: "str"
|
||||
description: "The keystore path for the vault SPI"
|
||||
keycloak_quarkus_ks_vault_type:
|
||||
default: "PKCS12"
|
||||
type: "str"
|
||||
description: "Type of the keystore used for the vault SPI"
|
||||
keycloak_quarkus_ks_vault_pass:
|
||||
required: false
|
||||
type: "str"
|
||||
description: "The password for accessing the keystore vault SPI"
|
||||
downstream:
|
||||
options:
|
||||
rhbk_version:
|
||||
|
||||
Reference in New Issue
Block a user