2019-08-12 17:23:59 +02:00
|
|
|
---
|
2019-08-17 09:25:37 +02:00
|
|
|
restic_url: '{{ restic_url_default }}'
|
2021-08-03 22:04:20 +02:00
|
|
|
restic_version: '0.12.1'
|
2019-08-13 13:26:40 +02:00
|
|
|
restic_download_path: '/opt/restic'
|
2022-08-28 00:36:13 +02:00
|
|
|
restic_install_path: '/usr/local/bin'
|
2021-04-29 16:16:35 +02:00
|
|
|
restic_script_dir: '/opt/restic'
|
2020-12-13 16:53:24 +01:00
|
|
|
restic_log_dir: '{{ restic_script_dir }}/log'
|
2019-08-12 17:23:59 +02:00
|
|
|
restic_repos: {}
|
|
|
|
restic_backups: []
|
2021-08-02 01:09:02 +02:00
|
|
|
restic_create_schedule: "{{ restic_create_cron }}"
|
|
|
|
restic_schedule_type: "systemd"
|
|
|
|
# restic_schedule_type: "cronjob"
|
2021-08-03 23:16:34 +02:00
|
|
|
restic_no_log: true
|
2019-08-13 13:26:40 +02:00
|
|
|
|
2019-08-15 13:01:56 +02:00
|
|
|
restic_dir_owner: '{{ ansible_user | default(ansible_user_id) }}'
|
|
|
|
restic_dir_group: '{{ ansible_user | default(ansible_user_id) }}'
|
2021-04-29 13:48:02 +02:00
|
|
|
|
2021-06-15 19:48:23 +02:00
|
|
|
# timer defaults
|
|
|
|
restic_systemd_timer_randomizeddelaysec: '4h'
|
2022-04-01 11:07:12 +02:00
|
|
|
restic_systemd_timer_default_oncalendar: '*-*-* 02:00:00'
|
2021-06-15 19:48:23 +02:00
|
|
|
|
2021-04-29 13:48:02 +02:00
|
|
|
# perform simple version check for this role? (true is recomended)
|
|
|
|
submodules_versioncheck: false
|
2022-01-07 20:13:43 +01:00
|
|
|
restic_do_not_cleanup_cron: false
|
2021-08-02 01:09:02 +02:00
|
|
|
|
2022-01-18 17:20:02 +01:00
|
|
|
# cache
|
|
|
|
restic__cache_config: false
|
|
|
|
restic__cache_dir: '~/.cache/restic'
|
|
|
|
|
2021-08-02 01:09:02 +02:00
|
|
|
# outdated variables because of irritating names, but kept for compatibility
|
|
|
|
restic_create_cron: false
|