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

14 lines
390 B
YAML
Raw Normal View History

2019-08-12 17:23:59 +02:00
---
# defaults file for skeleton
2019-08-17 09:25:37 +02:00
restic_url: '{{ restic_url_default }}'
restic_version: '0.11.0'
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
2019-08-15 13:01:56 +02:00
restic_dir_owner: '{{ ansible_user | default(ansible_user_id) }}'
restic_dir_group: '{{ ansible_user | default(ansible_user_id) }}'