This commit is contained in:
2026-05-07 07:32:50 -04:00
commit f27b96a68e
8 changed files with 495 additions and 0 deletions

5
inventory.py Normal file
View File

@@ -0,0 +1,5 @@
# pyinfra inventory for the Framework Desktop / Strix Halo box.
framework_desktop = [
("framework", {"ssh_hostname": "10.0.0.237", "ssh_user": "noise"}),
]