1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00
ansible_role_restic/defaults/main.yml
2019-08-15 09:59:53 +02:00

12 lines
292 B
YAML

---
# defaults file for skeleton
restic_version: '0.9.5'
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}}'
restic_dir_group: '{{ansible_user}}'