Add Keycloak (#1)

This commit is contained in:
2021-05-18 23:10:37 +02:00
parent 6dcb21fe75
commit e986991466
5 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CREATE USER keycloak WITH PASSWORD '{{ vault_postgres_keycloak_user_password }}';
CREATE DATABASE keycloak;
GRANT ALL PRIVILEGES ON DATABASE keycloak TO keycloak;