feat(ansible): audio-endpoint role for Yamaha HS5 (Phase 0) #114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/audio-endpoint-hs5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Board-agnostic Ansible role that turns a dedicated always-on box into a home-cluster audio endpoint for a pair of Yamaha HS5 powered monitors. Phase 0: bring up a USB balanced interface as the default ALSA sink. Foundation for the staged roadmap (AirPlay -> Music Assistant -> Snapcast multi-room).
What it does
alsa-utils, autodetects the USB audio card fromaplay -l, pins it as the default sink by card name (survives reboots) via/etc/asound.conf, and offers an opt-inspeaker-testtone to verify L/R cabling.site.ymlto a new emptyaudio_endpointsgroup, so the play is a no-op until the box is added. Adding the host is the only activation step.Verification
ansible-playbook playbooks/site.yml --syntax-checkpasses.aplay -loutput: correctly skips onboardbcm2835 Headphonesand extracts the USB card id (U192k) + index.Plan:
~/.claude/plans/yamaha-hs5-cluster-audio-endpoint.md