ansible_role_restic/defaults/main.yml

8 lines
179 B
YAML
Raw Normal View History

2019-08-12 17:23:59 +02:00
---
# defaults file for skeleton
restic_version: '0.9.5'
restic_install_dir: '/usr/bin'
restic_script_dir: '~/restic'
restic_repos: {}
restic_backups: []
restic_create_cron: false