mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-22 23:14:10 +01:00
Make use of backup_borg_postgresql_databases_auto
Related to b0c63914cbba16b47ad8cac9f6bdfb9114c75d25
Ref:
- https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg/pull/12
- 02dd1a8d70
This commit is contained in:
parent
b0c63914cb
commit
9d05994dce
@ -3137,7 +3137,7 @@ backup_borg_postgresql_databases_hostname: "{{ postgres_connection_hostname if p
|
|||||||
backup_borg_postgresql_databases_username: "{{ postgres_connection_username if postgres_enabled else '' }}"
|
backup_borg_postgresql_databases_username: "{{ postgres_connection_username if postgres_enabled else '' }}"
|
||||||
backup_borg_postgresql_databases_password: "{{ postgres_connection_password if postgres_enabled else '' }}"
|
backup_borg_postgresql_databases_password: "{{ postgres_connection_password if postgres_enabled else '' }}"
|
||||||
backup_borg_postgresql_databases_port: "{{ postgres_connection_port if postgres_enabled else 5432 }}"
|
backup_borg_postgresql_databases_port: "{{ postgres_connection_port if postgres_enabled else 5432 }}"
|
||||||
backup_borg_postgresql_databases: "{{ postgres_managed_databases | map(attribute='name') if postgres_enabled else [] }}"
|
backup_borg_postgresql_databases_auto: "{{ postgres_managed_databases | map(attribute='name') if postgres_enabled else [] }}"
|
||||||
|
|
||||||
backup_borg_location_source_directories:
|
backup_borg_location_source_directories:
|
||||||
- "{{ matrix_base_data_path }}"
|
- "{{ matrix_base_data_path }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user