Initial commit: arr-stack homelab + local AI
Docker Compose media stack (gluetun, *arr, Jellyfin), Ternary-Bonsai AI (Open WebUI, Forgejo, optional OpenHands), and Ansible bootstrap for the SER5 Ubuntu host.
This commit is contained in:
commit
3645d1314c
33 changed files with 2673 additions and 0 deletions
7
ansible/inventory/hosts.ini
Normal file
7
ansible/inventory/hosts.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Homelab mini PC (Beelink SER5 PRO / Ubuntu Server 24.04)
|
||||
[homelab]
|
||||
ser5 ansible_host=192.168.8.123 ansible_port=22 ansible_user=tim
|
||||
|
||||
[homelab:vars]
|
||||
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue