mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
10 lines
300 B
YAML
10 lines
300 B
YAML
---
|
|
# defaults file for skeleton
|
|
restic_install_path: '/usr/bin'
|
|
restic_script_dir: '~/restic'
|
|
restic_repos: {}
|
|
restic_archiver__backups: []
|
|
restic_create_cron: false
|
|
|
|
restic_dir_owner: '{{ ansible_user | default(ansible_user_id) }}'
|
|
restic_dir_group: '{{ ansible_user | default(ansible_user_id) }}'
|