mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-21 21:41:53 -07:00
Merge remote-tracking branch 'upstream/main' into Issue_200-_-customize-jdbc-driver-downloads
This commit is contained in:
commit
e76b33e1db
8 changed files with 76 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"
|
||||
keycloak_quarkus_jdbc_download_url:
|
||||
description: "Override the default Maven Central download URL for the JDBC driver"
|
||||
type: "str"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue