homelab_automation/tasks_logs/.schedules.json

38 lines
1001 B
JSON

{
"schedules": [
{
"id": "sched_31a7ffb99bfd",
"name": "Health-check-5min",
"description": "Health-check-5min",
"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-04 15:35:00-05:00",
"last_run_at": "2025-12-04 20:30:00.003138+00:00",
"last_status": "success",
"enabled": false,
"retry_on_failure": 0,
"timeout": 3600,
"tags": [
"Test"
],
"run_count": 22,
"success_count": 19,
"failure_count": 3,
"created_at": "2025-12-04 18:45:18.318152+00:00",
"updated_at": "2025-12-04 20:30:29.181594+00:00"
}
]
}