provisioning-platform/data/tasks/8e0821d2-525e-4f78-987c-62a591aee2eb.json

23 lines
No EOL
1.3 KiB
JSON

{
"id": "8e0821d2-525e-4f78-987c-62a591aee2eb",
"name": "component_install_stalwart",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_8e0821d2-525e-4f78-987c-62a591aee2eb.tar.gz.b64' > /tmp/stalwart.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/stalwart.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/stalwart && mkdir -p /tmp/stalwart && tar xzf /tmp/stalwart.tar.gz -C /tmp/stalwart && cd /tmp/stalwart && sudo bash install-stalwart.sh install ; rc=$?; rm -f /tmp/stalwart.tar.gz && rm -rf /tmp/stalwart; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_8e0821d2-525e-4f78-987c-62a591aee2eb.tar.gz.b64' /tmp/stalwart.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-22T03:53:51.933930Z",
"started_at": "2026-04-22T03:53:52.333240Z",
"completed_at": "2026-04-22T03:53:55.417464Z",
"output": null,
"error": "Command execution failed: ERROR: required variable STALWART_LB_IPAM_IP is not set\n",
"tags": {
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"component": "stalwart",
"server": "libre-wuji-cp-0",
"type": "component",
"operation": "install"
}
}