Files
ansible/roles/restic/vars/main.yml
VC 7ea0dc4cb8
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m10s
first draft
2025-03-21 10:21:27 +01:00

10 lines
438 B
YAML

---
restic_path: "/usr/local/bin/restic"
restic_script_path: "/usr/local/bin/resticbackup.sh"
restic_version: "0.17.3"
restic_architecture: "amd64"
restic_system: "{{ ansible_facts['system'] | lower }}"
restic_download_url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_{{ restic_system }}_{{ restic_architecture }}.bz2"
restic_repository: "{{ restic_s3_url }}/{{ ansible_host }}"