mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-08 07:04:29 -07:00
fix/147: keycloak_quarkus: RBKC: Add support for sqlserver jdbc driver
This commit is contained in:
parent
e086ee8d29
commit
bfd9db6703
5 changed files with 24 additions and 3 deletions
|
@ -55,7 +55,7 @@ Role Defaults
|
|||
|
||||
| Variable | Description | Default |
|
||||
|:---------|:------------|:--------|
|
||||
|`keycloak_quarkus_jdbc_engine` | Database engine [mariadb,postres] | `postgres` |
|
||||
|`keycloak_quarkus_jdbc_engine` | Database engine [mariadb,postres,mssql] | `postgres` |
|
||||
|`keycloak_quarkus_db_user` | User for database connection | `keycloak-user` |
|
||||
|`keycloak_quarkus_db_pass` | Password for database connection | `keycloak-pass` |
|
||||
|`keycloak_quarkus_jdbc_url` | JDBC URL for connecting to database | `jdbc:postgresql://localhost:5432/keycloak` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue