ansible-role-borgbackup/defaults/main.yml

23 lines
554 B
YAML
Raw Normal View History

2018-10-06 14:04:20 +02:00
---
borg_encryption_passphrase: ''
borg_exclude_patterns: []
borgmatic_large_repo: false
2019-05-15 06:44:10 +02:00
borgmatic_failure_command: echo "`date` - Error while creating a backup."
2018-10-29 04:50:18 +01:00
borg_one_file_system: true
borg_exclude_from: []
borg_encryption_passcommand: false
borg_ssh_command: false
borg_retention_policy:
keep_hourly: 3
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
create_repo: False
bb_new_sshkey: True
bb_append: True
bb_quota: False
bb_quota_size: 0
bb_alertdays: 0
bb_repo_name: "{{ inventory_hostname }}"
bb_sshkey: "{{ root_user['ssh_public_key'] }}"