refactor and fix pitr

This commit is contained in:
ace
2024-05-26 17:55:39 +03:00
parent f3f2ef7cb5
commit 7bf4ad8d17
8 changed files with 69 additions and 25 deletions

View File

@ -1,11 +1,4 @@
- name: Add WAL-G to patroni_create_replica_methods
set_fact:
patroni_create_replica_methods: "{{ patroni_create_replica_methods + [ 'wal_g' ] }}"
when: patroni_wal_g_install
- name: Include WAL-G role
ansible.builtin.include_role:
name: wal-g-pg
vars:
wal_g_pg: yes
when: patroni_wal_g_install