6 lines
160 B
Python
6 lines
160 B
Python
|
|
# pyinfra inventory for the Framework Desktop / Strix Halo box.
|
||
|
|
|
||
|
|
framework_desktop = [
|
||
|
|
("framework", {"ssh_hostname": "10.0.0.70", "ssh_user": "noise"}),
|
||
|
|
]
|