Files
localgenai/framework/inventory.py

6 lines
161 B
Python
Raw Normal View History

2026-05-07 07:37:40 -04:00
# pyinfra inventory for the Framework Desktop / Strix Halo box.
framework_desktop = [
("framework", {"ssh_hostname": "10.0.0.237", "ssh_user": "noise"}),
]