17 lines
821 B
YAML
17 lines
821 B
YAML
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
---
|
|
namespace: dosh_llc
|
|
name: ansible_cron_healthcheck_script
|
|
version: 1.0.0
|
|
readme: README.md
|
|
authors:
|
|
- Gregory Dosh (Dosh LLC)
|
|
description: This role creates (and keeps updated) a [`crontab`](https://www.man7.org/linux/man-pages/man5/crontab.5.html) entry for a user defined Bash script which is automatically wrapped with a [Healthcheck.io](https://healthchecks.io) ([healthchecks.auengun.net](https://healthchecks.auengun.net)) enabled start/stop/status/data check.
|
|
tags: []
|
|
|
|
repository: https://git.auengun.net/dosh-llc/ansible-cron
|
|
documentation: https://git.auengun.net/dosh-llc/ansible-cron
|
|
homepage: https://git.auengun.net/dosh-llc/ansible-cron
|
|
issues: https://git.auengun.net/dosh-llc/ansible-cron/issues
|
|
build_ignore: []
|