소스 검색

Connect postgres-backup directly to Postgres network, if integrated Postgres is used

This saves us one container network in the ideal case.
pull/3093/head
Slavi Pantaleev 2 년 전
부모
커밋
d7b5b65b0c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers 파일 보기

@@ -3875,6 +3875,8 @@ devture_postgres_backup_systemd_required_services_list_auto: |
([(devture_postgres_identifier + '.service')] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else []) ([(devture_postgres_identifier + '.service')] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else [])
}} }}


devture_postgres_backup_container_network: "{{ (devture_postgres_container_network if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else devture_postgres_identifier) }}"

devture_postgres_backup_container_additional_networks_auto: |- devture_postgres_backup_container_additional_networks_auto: |-
{{ {{
([devture_postgres_container_network] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname and devture_postgres_backup_container_network != devture_postgres_container_network) else []) ([devture_postgres_container_network] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname and devture_postgres_backup_container_network != devture_postgres_container_network) else [])


불러오는 중...
취소
저장