--- pi_musicmouse_repo: "ssh://git@git.bauer.tech:2222/martin/musicmouse.git" # No default on purpose: which tag/branch to run is a per-host decision, set in host_vars. # musicmouse_version: "rearchitect-backend" pi_musicmouse_python_version: "3.13" pi_musicmouse_uv_version: "0.12.10" # Where to check out the repo on the *control machine* to build the frontend (npm isn't # installed on the Pi - see README). Keyed by version so different hosts on different # versions don't clobber each other's build. pi_musicmouse_build_cache: "/tmp/musicmouse-build-cache" # Which files/config-*.yml to install as this host's /media/musicmouse/config.yml. pi_musicmouse_config_file: "config-{{ inventory_hostname }}.yml"