[taskboard] add direct host dispatch targets
This commit is contained in:
@@ -55,5 +55,44 @@
|
||||
"dispatchMethod": "zeroclaw-webhook",
|
||||
"reasoningEffort": "medium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "direct-pve-check",
|
||||
"title": "PVE direct verification",
|
||||
"summary": "Run the built-in Proxmox overview action through the direct SSH target.",
|
||||
"family": "direct",
|
||||
"tags": ["host-ops", "service-check", "action:proxmox-overview"],
|
||||
"defaults": {
|
||||
"priority": "High",
|
||||
"dispatchMethod": "direct-ssh",
|
||||
"targetHost": "pve",
|
||||
"targetChannel": "root@192.168.50.11:22"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "direct-truenas-check",
|
||||
"title": "TrueNAS direct verification",
|
||||
"summary": "Run the built-in storage overview action through the direct SSH target.",
|
||||
"family": "direct",
|
||||
"tags": ["host-ops", "storage-check", "action:storage-overview"],
|
||||
"defaults": {
|
||||
"priority": "High",
|
||||
"dispatchMethod": "direct-ssh",
|
||||
"targetHost": "truenas",
|
||||
"targetChannel": "christopher@192.168.50.12:22"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "direct-panda-check",
|
||||
"title": "Panda direct verification",
|
||||
"summary": "Run the built-in SSH add-on overview action through the direct target.",
|
||||
"family": "direct",
|
||||
"tags": ["host-ops", "home-assistant", "action:ssh-addon-overview"],
|
||||
"defaults": {
|
||||
"priority": "High",
|
||||
"dispatchMethod": "direct-ssh",
|
||||
"targetHost": "panda",
|
||||
"targetChannel": "bear@192.168.50.196:22"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user