Jakub Sokołowski 6ed5ff3780
add db_dump backup timer
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-24 20:45:53 +01:00

26 lines
488 B
YAML

---
- import_tasks: config.yml
- import_tasks: start.yml
when: postgres_ha_is_master
- import_tasks: hba.yml
when: postgres_ha_is_master
- import_tasks: users.yml
when: postgres_ha_is_master
- import_tasks: replica.yml
when: not postgres_ha_is_master
- import_tasks: start.yml
when: not postgres_ha_is_master
- include_tasks: databases.yml
with_items: '{{ postgres_ha_databases }}'
loop_control:
loop_var: db
- import_tasks: consul.yml
- import_tasks: backup.yml