1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/defaults/main.yml
Matthias Leutenegger 649f6aae0c
change: bump default restic version to 0.11.0 (#27)
* change: update default restic version

* add: test the backups to run
2020-11-12 23:00:23 +01:00

13 lines
390 B
YAML

---
# defaults file for skeleton
restic_url: '{{ restic_url_default }}'
restic_version: '0.11.0'
restic_download_path: '/opt/restic'
restic_install_path: '/usr/bin'
restic_script_dir: '~/restic'
restic_repos: {}
restic_backups: []
restic_create_cron: false
restic_dir_owner: '{{ ansible_user | default(ansible_user_id) }}'
restic_dir_group: '{{ ansible_user | default(ansible_user_id) }}'