Docker Compose media stack (gluetun, *arr, Jellyfin), Ternary-Bonsai AI (Open WebUI, Forgejo, optional OpenHands), and Ansible bootstrap for the SER5 Ubuntu host.
7 lines
241 B
INI
7 lines
241 B
INI
# 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
|