feat: set GeeseFS version and define download paths in configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 54s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
Menno van Leeuwen 2025-03-12 20:18:12 +01:00
parent 75eaff06d1
commit 909249db0e
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,7 +1,10 @@
---
- name: Set GeeseFS facts
- name: Set GeeseFS version
ansible.builtin.set_fact:
geesefs_desired_version: "0.43.0"
- name: Set GeeseFS paths and URLs
ansible.builtin.set_fact:
geesefs_download_url: "https://github.com/yandex-cloud/geesefs/releases/download/v{{ geesefs_desired_version }}/geesefs-linux-arm64"
geesefs_install_path: "/usr/local/bin/geesefs"