mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat!: create ansible EN role (#2)
This commit is contained in:
3
templates/postgres.env.j2
Normal file
3
templates/postgres.env.j2
Normal file
@ -0,0 +1,3 @@
|
||||
POSTGRES_USER="{{ database_username | mandatory }}"
|
||||
POSTGRES_PASSWORD="{{ database_password | mandatory }}"
|
||||
DATA_SOURCE_NAME="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres?sslmode=disable"
|
||||
Reference in New Issue
Block a user