Ansible playbook for some local services. Currently features a Unifi Controller and Jellyfin Docker container. Meant to be run on a Raspberry Pi 4 with Ubuntu 20.04.
Install ansible and dependencies:
make setup
make firstrun
Configure ssh port & user at your local ~/.ssh/config
. Then run:
make provision
Use make provision tags=TAGS
to run a specific tag, e.g.
make provision tags=jellyfin