mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Providers config and custom providers
This commit is contained in:
parent
a33393a477
commit
43b9ffcb64
7 changed files with 75 additions and 0 deletions
|
@ -372,6 +372,10 @@ argument_specs:
|
|||
description: "Activation delay for service systemd unit (seconds)"
|
||||
default: 10
|
||||
type: 'int'
|
||||
keycloak_quarkus_providers:
|
||||
description: "List of provider definition dicts: { 'id': str, 'spi': str, 'url': str, 'default': bool, 'properties': list of key/value }"
|
||||
default: []
|
||||
type: "list"
|
||||
downstream:
|
||||
options:
|
||||
rhbk_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue