[taskboard] add direct host dispatch targets

This commit is contained in:
2026-03-07 13:09:22 -08:00
parent 73da5ae6d2
commit 85c5ab10b0
17 changed files with 441 additions and 32 deletions

View File

@@ -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"
}
}
]