vault
This commit is contained in:
parent
5bd6b16ec2
commit
375ddb2533
2 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
2
006-create-vaultwarden.sql
Normal file
2
006-create-vaultwarden.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CREATE USER vaultwarden WITH PASSWORD '{{ vaultwarden_postgres_password }}';
|
||||
CREATE DATABASE vaultwarden WITH OWNER vaultwarden;
|
||||
Loading…
Add table
Reference in a new issue