autool-dispatcher/worker_inventory.example.json
2026-06-17 19:50:39 +08:00

17 lines
299 B
JSON

[
{
"worker_id": "192.168.1.52",
"ssh_target": "192.168.1.52",
"repo_dir": "D:/autool",
"python_exe": "python",
"tags": []
},
{
"worker_id": "192.168.1.53",
"ssh_target": "192.168.1.53",
"repo_dir": "D:/autool",
"python_exe": "python",
"tags": []
}
]