ansible_role_restic/defaults/main.yml

13 lines
292 B
YAML
Raw Normal View History

2019-08-12 17:23:59 +02:00
---
# defaults file for skeleton
restic_version: '0.9.5'
2019-08-13 13:26:40 +02:00
restic_download_path: '/opt/restic'
restic_install_path: '/usr/bin'
2019-08-12 17:23:59 +02:00
restic_script_dir: '~/restic'
restic_repos: {}
restic_backups: []
2019-08-13 13:26:40 +02:00
restic_create_cron: false
restic_dir_owner: '{{ansible_user}}'
2019-08-14 16:59:32 +02:00
restic_dir_group: '{{ansible_user}}'