mirror of
https://gitlab.com/fabinfra/fabaccess/pyfabapi.git
synced 2025-03-12 06:41:42 +01:00
8 lines
232 B
Python
8 lines
232 B
Python
import fabapi
|
|
|
|
boot = fabapi.connect("localhost:59661", "Testuser", "secret")
|
|
ms = boot.machineSystem().wait().machineSystem
|
|
info = ms.info().wait().info
|
|
ma = info.getMachine("Another").wait()
|
|
my = info.getMachine("Yetmore").wait()
|