No description
Find a file
2025-11-24 20:46:55 +00:00
.forgejo/workflows Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
LICENSES Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
meta Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
roles/healthcheck_script Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
.gitignore Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
.renovaterc.json5 Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
galaxy.yml fix(ci): Revert accidental CI ver bump during initial release 2025-11-24 20:46:55 +00:00
Makefile Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00
README.md Initial Dosh LLC Config 🌈🐻 2025-11-24 14:42:45 -06:00

Ansible Collection dosh_llc.ansible_cron

A collection of Ansible roles to manage the various tasks in my homelab.

Collection Installation

Ansible Galaxy - requirements.yml

Add the following snippet to Ansible Galaxy's requirements.yml file.

collections:
  - name: ssh://git@git.auengun.net/dosh-llc/ansible-cron.git
    type: git
    # Note: it's better to pin to a version/commit than main.
    version: main

Then install using ansible-galaxy.

ansible-galaxy collection install -r requirements.yml

Roles

dosh_llc.ansible_cron.healthcheck_script

Quickly wrap a basic shell script with a crontab schedule and Healthchecks.io alert.

Read the README.md for usage and configuration details.