ansible_role_restic/defaults/main.yml
Matthias Leutenegger 6da5c8b118 adds correct defaults
2019-08-15 13:01:56 +02:00

12 lines
350 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 | default(ansible_user_id) }}'
restic_dir_group: '{{ ansible_user | default(ansible_user_id) }}'