Просмотр исходного кода

Upgrade com.devture.ansible.role.postgres

pull/2307/head
Slavi Pantaleev 3 лет назад
Родитель
Сommit
de979bc6a2
2 измененных файлов: 4 добавлений и 4 удалений
  1. +3
    -3
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 3
- 3
group_vars/matrix_servers Просмотреть файл

@@ -1686,7 +1686,7 @@ matrix_backup_borg_postgresql_databases_hostname: "{{ devture_postgres_connectio
matrix_backup_borg_postgresql_databases_username: "{{ devture_postgres_connection_username if devture_postgres_enabled else '' }}"
matrix_backup_borg_postgresql_databases_password: "{{ devture_postgres_connection_password if devture_postgres_enabled else '' }}"
matrix_backup_borg_postgresql_databases_port: "{{ devture_postgres_connection_port if devture_postgres_enabled else 5432 }}"
matrix_backup_borg_postgresql_databases: "{{ devture_postgres_additional_databases | map(attribute='name') if devture_postgres_enabled else [] }}"
matrix_backup_borg_postgresql_databases: "{{ devture_postgres_managed_databases | map(attribute='name') if devture_postgres_enabled else [] }}"

matrix_backup_borg_location_source_directories:
- "{{ matrix_base_data_path }}"
@@ -2268,7 +2268,7 @@ devture_postgres_systemd_services_to_stop_for_maintenance_list: |
['matrix-' + matrix_homeserver_implementation + '.service']
}}

devture_postgres_additional_databases: |
devture_postgres_managed_databases_auto: |
{{
([{
'name': matrix_synapse_database_database,
@@ -2978,7 +2978,7 @@ matrix_postgres_backup_connection_password: "{{ devture_postgres_connection_pass

matrix_postgres_backup_postgres_data_path: "{{ devture_postgres_data_path if devture_postgres_enabled else '' }}"

matrix_postgres_backup_databases: "{{ devture_postgres_additional_databases | map(attribute='name') if devture_postgres_enabled else [] }}"
matrix_postgres_backup_databases: "{{ devture_postgres_managed_databases | map(attribute='name') if devture_postgres_enabled else [] }}"

######################################################################
#


+ 1
- 1
requirements.yml Просмотреть файл

@@ -19,7 +19,7 @@
version: ff2fd42e1c1a9e28e3312bbd725395f9c2fc7f16

- src: git+https://github.com/devture/com.devture.ansible.role.postgres.git
version: b547c81ed69a659be22016df35cc0d82cb444a76
version: 381feb7f671c60e8875298102a7c9b41242979ee

- src: git+https://github.com/devture/com.devture.ansible.role.systemd_service_manager.git
version: 6ccb88ac5fc27e1e70afcd48278ade4b564a9096


Загрузка…
Отмена
Сохранить