ansible-role-configure-post.../defaults/main.yml

16 lines
371 B
YAML
Raw Normal View History

2023-11-04 13:07:10 +01:00
---
autopostgresqlbackup_delete_backups_after_days: 8
autopostgresqlbackup_config:
dbhost: localhost
su_username: postgres
username: postgres
2023-11-04 13:07:10 +01:00
backupdir: /var/lib/autopostgresqlbackup
mailaddr: root
mailcontent: quiet
dbexclude: "template1 postgres"
2023-11-04 13:07:10 +01:00
sepdir: "yes"
comp: bzip2
latest: "no"
postbackup: /usr/local/bin/autopostgresqlbackup_post_script