Close #74 - add sqlserver support to keycloak role

This commit is contained in:
Helmut Wolf 2023-05-09 11:03:55 +02:00
commit aad373a8e9
5 changed files with 30 additions and 5 deletions

View file

@ -27,7 +27,7 @@
- name: Validate persistence configuration
ansible.builtin.assert:
that:
- keycloak_jdbc_engine is defined and keycloak_jdbc_engine in [ 'postgres', 'mariadb' ]
- keycloak_jdbc_engine is defined and keycloak_jdbc_engine in [ 'postgres', 'mariadb', 'sqlserver' ]
- keycloak_jdbc_url | length > 0
- keycloak_db_user | length > 0
- keycloak_db_pass | length > 0