This commit is contained in:
chapeau 2025-01-31 08:43:07 +01:00
parent 5bd6b16ec2
commit 375ddb2533
2 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
CREATE USER alias WITH PASSWORD '{{ alias_postgres_password }}';
GRANT ALL PRIVILEGES ON DATABASE mail_aliases TO alias;
GRANT ALL PRIVILEGES ON aliases TO alias;

View file

@ -0,0 +1,2 @@
CREATE USER vaultwarden WITH PASSWORD '{{ vaultwarden_postgres_password }}';
CREATE DATABASE vaultwarden WITH OWNER vaultwarden;