re-organizing playbook deploy-db

This commit is contained in:
2022-10-08 18:15:53 +02:00
parent fd1d6b6261
commit a844e10970
22 changed files with 116 additions and 215 deletions

3
db/templates/env.j2 Normal file
View File

@@ -0,0 +1,3 @@
POSTGRES_PASSWORD={{ postgres_password }}
POSTGRES_USER={{ postgres_user }}
POSTGRES_DB={{ postgres_db }}