ansible/group_vars/bdd.yml

6 lines
76 B
YAML

---
borg_keep_hourly: 6
borg_backup_exclude:
- "/var/lib/postgresql/"
...