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

16 lines
371 B
YAML

---
autopostgresqlbackup_delete_backups_after_days: 8
autopostgresqlbackup_config:
dbhost: localhost
su_username: postgres
username: postgres
backupdir: /var/lib/autopostgresqlbackup
mailaddr: root
mailcontent: quiet
dbexclude: "template1 postgres"
sepdir: "yes"
comp: bzip2
latest: "no"
postbackup: /usr/local/bin/autopostgresqlbackup_post_script