--- # Run: ansible-playbook ansible/playbooks/deploy-watch-party.yaml -i ansible/inventory.yaml # Description: Deploys the watch-party application on Mac Mini by pulling from Gitea and starting containers via Docker Compose. - name: Deploy Watch Party on Mac Mini hosts: mac-mini gather_facts: true roles: - watch-party