8 lines
241 B
INI
8 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
|