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

17
roles/loki/meta/main.yml Normal file
View File

@@ -0,0 +1,17 @@
---
galaxy_info:
role_name: loki
namespace: genlab
author: "Danila Danilkin"
company: "Genlab, LLC"
description: "Deploy Loki as a systemd service"
license: "MIT"
min_ansible_version: "2.1"
platforms:
- name: "Ubuntu"
versions: ["focal", "jammy"]
galaxy_tags: []
dependencies: []