homelab/backups.yml
Ivan Reshetnikov 2c3048d510
Run postgresql backuper
It only creates database dumps, but does not send them anywhere yet.
2024-11-23 19:29:47 +05:00

4 lines
108 B
YAML

- hosts: webservers
roles:
- name: backups
postgres_password: "{{ postgresql_users.postgres }}"