diff --git a/defaults/main.yml b/defaults/main.yml index 057cfc6..02d6492 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -18,11 +18,8 @@ borg_retention_policy: keep_daily: 7 keep_weekly: 4 keep_monthly: 6 -borg_user: root -borg_version: false borgmatic_timer_cron_name: "borgmatic" -borgmatic_timer: cron borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}" borgmatic_timer_minute: "{{ range(0, 59) | random(seed=inventory_hostname) }}" @@ -45,6 +42,5 @@ borgmatic_check_last: 3 borgmatic_store_atime: true borgmatic_store_ctime: true borgmatic_relocated_repo_access_is_ok: false -borgmatic_version: false ssh_config_path: /root/.ssh/config