homelab/ansible/roles/restic_backup/vars/main/vars.yml

2 lines
279 B
YAML
Raw Normal View History

2025-01-28 20:19:42 +00:00
restic_backup_repo_string: "rest:http://{{ restic_backup_user }}:{{ restic_backup_pass }}@{{ restic_backup_remote }}/{{ repo_name }}"
restic_remote_backup_repo_string: "rest:http://{{ restic_backup_user}}:{{ restic_backup_pass}}@{{ restic_remote_backup_remote }}/{{ repo_name }}"