patroni/tasks/RedHat/wal_g_install.yaml

12 lines
315 B
YAML
Raw Normal View History

2023-03-29 20:49:37 +00:00
- 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
vars:
wal_g_pg: yes
when: patroni_wal_g_install