add ansible

This commit is contained in:
Vassiliy Yegorov
2022-11-15 10:30:03 +07:00
parent 2d44f9f8f8
commit a08e7b0120
31 changed files with 1172 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Standards: 0.1
---
galaxy_info:
author: Patrick Jahns
description: Deploy (loki) promtail
role_name: promtail
namespace: patrickjahns
company: none
license: MIT
min_ansible_version: 2.7
platforms:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- disco
- bionic
- xenial
- name: Debian
versions:
- stretch
- buster
- bullseye
galaxy_tags:
- promtail
- loki
- logging
- collector
- monitoring
- metrics
- system
- grafana
- prometheus
dependencies: []