Merge remote-tracking branch 'upstream/main' into Issue_200-_-customize-jdbc-driver-downloads

This commit is contained in:
Deven Phillips 2024-04-30 14:29:26 -04:00
commit e76b33e1db
8 changed files with 76 additions and 0 deletions

View file

@ -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"