add loki role and fix linter errors

This commit is contained in:
Sergey Malyuk
2025-12-16 16:16:43 +03:00
parent b52350deb4
commit 236bd1ff72
20 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
name: ansible-loki
channels:
- conda-forge
dependencies:
- python~=3.12
- pip>=22.2
- pip:
- -r requirements.txt
- -r requirements.ci.txt