homelab_automation/tasks_logs/.schedules.json

38 lines
983 B
JSON

{
"schedules": [
{
"id": "sched_110c001afe0c",
"name": "Health-check-5min",
"description": null,
"playbook": "health-check.yml",
"target_type": "group",
"target": "all",
"extra_vars": null,
"schedule_type": "recurring",
"recurrence": {
"type": "custom",
"time": "02:00",
"days": null,
"day_of_month": null,
"cron_expression": "*/5 * * * *"
},
"timezone": "America/Montreal",
"start_at": null,
"end_at": null,
"next_run_at": "2025-12-04T21:40:00-05:00",
"last_run_at": "2025-12-05 02:35:00.012919+00:00",
"last_status": "success",
"enabled": true,
"retry_on_failure": 0,
"timeout": 3600,
"tags": [
"Test"
],
"run_count": 3,
"success_count": 3,
"failure_count": 0,
"created_at": "2025-12-05 02:24:06.110100+00:00",
"updated_at": "2025-12-05 02:35:32.549928+00:00"
}
]
}