♻️: migrate from core to scale

This commit is contained in:
VC
2024-10-17 11:15:26 +02:00
parent ee72fe9ad0
commit 73e2c209e0
5 changed files with 19 additions and 8 deletions

View File

@@ -1,11 +1,7 @@
---
restic_version: "0.17.1"
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_path: "/usr/local/bin/restic"
restic_script_path: "/usr/local/bin/resticbackup.sh"
restic_repository: "s3:{{ restic_s3_url }}/{{ inventory_hostname }}"