mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-11 17:31:31 +02:00
Initial commit
This commit is contained in:
.gitignoreREADME.mdansible.cfgsetup.yml
examples
inventory
roles/matrix-server
files
tasks
import_media_store.ymlimport_sqlite_db.ymlmain.ymlregister_user.ymlsetup_base.ymlsetup_main.ymlsetup_nginx_proxy.ymlsetup_postgres.ymlsetup_riot_web.ymlsetup_ssl.ymlsetup_synapse.ymlstart.yml
templates
cron.d
env
nginx-conf.d
riot-web
systemd
matrix-nginx-proxy.service.j2matrix-postgres.service.j2matrix-riot-web.service.j2matrix-synapse.service.j2
usr-local-bin
vars
3
roles/matrix-server/templates/env/env-postgres-server-docker.j2
vendored
Normal file
3
roles/matrix-server/templates/env/env-postgres-server-docker.j2
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
POSTGRES_USER={{ matrix_postgres_connection_username }}
|
||||
POSTGRES_PASSWORD={{ matrix_postgres_connection_password }}
|
||||
POSTGRES_DB={{ matrix_postgres_db_name }}
|
Reference in New Issue
Block a user