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