mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-31 08:53:25 +03:00
Compare commits
2 Commits
92beb4ae51
...
c7a3315af3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7a3315af3 | ||
|
|
b5ffb9e72f |
@@ -4203,6 +4203,8 @@ postgres_base_path: "{{ matrix_base_data_path }}/postgres"
|
||||
postgres_uid: "{{ matrix_user_uid }}"
|
||||
postgres_gid: "{{ matrix_user_gid }}"
|
||||
|
||||
postgres_allowed_versions_auto: "{{ backup_borg_supported_postgres_versions | map('int') if backup_borg_enabled | default(false) and backup_borg_postgresql_enabled | default(false) else [] }}"
|
||||
|
||||
postgres_connection_username: matrix
|
||||
postgres_db_name: matrix
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
version: ff2fd42e1c1a9e28e3312bbd725395f9c2fc7f16
|
||||
name: playbook_state_preserver
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgres.git
|
||||
version: v18.0-0
|
||||
version: v18.0-1
|
||||
name: postgres
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup.git
|
||||
version: v18-0
|
||||
|
||||
Reference in New Issue
Block a user