- changed variables names to use role specific one and redefine them using group_vars/matrix_servers

This commit is contained in:
foxcris
2021-03-16 10:18:26 +01:00
parent 1e45eeab7b
commit ecc6bdb3ca
2 changed files with 21 additions and 4 deletions

View File

@ -1,9 +1,9 @@
matrix_postgres_backup_enabled: false
matrix_postgres_connection_hostname: "matrix-postgres"
matrix_postgres_connection_port: 5432
matrix_postgres_connection_username: "matrix"
matrix_postgres_connection_password: ""
matrix_postgres_backup_connection_hostname: "matrix-postgres"
matrix_postgres_backup_connection_port: 5432
matrix_postgres_backup_connection_username: "matrix"
matrix_postgres_backup_connection_password: ""
matrix_postgres_backup_extra_opts: "-Z9 --schema=public --blobs"
matrix_postgres_backup_schedule: "@daily"