Skip to content

storage: move games NFS to second UNAS at 192.168.1.4

jedmund requested to merge jedmund/fix-games-nfs-and-deploy-issues into main

Created by: jedmund

Summary

  • Games NFS relocated: games and games_assets volumes now point to 192.168.1.4 (new UNAS, volume UUID f0d7215d-4972-486b-a8f7-9aca03a95951) via dedicated nas_server_games, nfs_base_path_games, and nfs_base_opts_games variables
  • Stale volumes: Added recreate: options-changed to the docker-volumes role so Ansible automatically tears down and recreates NFS volumes when driver options change (previously required manual docker volume rm)
  • mac-mini skip: Added meta: end_host for deprecated hosts in the prerequisites role so mac-mini no longer fails on Linux-only tasks (group: root, apt, etc.)
  • max IP fix: Corrected max ansible_host from 192.168.1.245 to 192.168.1.100

Test plan

  • Run make deploy-all and confirm games/games_assets volumes are recreated against 192.168.1.4
  • Confirm RomM starts successfully and can access the library
  • Confirm mac-mini is skipped cleanly in the prerequisites play

Merge request reports

Loading