provisioning-platform/data/tasks/5d3ce763-409a-4ed9-9c34-e782e0c4ce0e.json

23 lines
No EOL
1.3 KiB
JSON

{
"id": "5d3ce763-409a-4ed9-9c34-e782e0c4ce0e",
"name": "component_install_stalwart",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_5d3ce763-409a-4ed9-9c34-e782e0c4ce0e.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_5d3ce763-409a-4ed9-9c34-e782e0c4ce0e.tar.gz.b64' /tmp/stalwart.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-22T04:06:43.883204Z",
"started_at": "2026-04-22T04:06:44.247664Z",
"completed_at": "2026-04-22T04:06:47.247840Z",
"output": null,
"error": "Command execution failed: ERROR: required variable STALWART_LB_IPAM_IP is not set\n",
"tags": {
"operation": "install",
"server": "libre-wuji-cp-0",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"type": "component",
"component": "stalwart"
}
}