add uptime_kuma role

This commit is contained in:
Sergey Malyuk
2025-12-17 13:58:23 +03:00
parent cb48bdd979
commit 8d365a82df
21 changed files with 393 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
name: ansible-uptime-kuma
channels:
- conda-forge
dependencies:
- actionlint
- python~=3.12.0
- pip>=24.2
- pip:
- -r requirements.txt
- -r requirements.ci.txt