From b3aa4d20bb921c2c569742c3ae350e5b97642d09 Mon Sep 17 00:00:00 2001 From: Waldek Maleska Date: Fri, 26 Feb 2021 10:45:01 +0000 Subject: [PATCH] update README with author information --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32b2a0..5b522c7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Role Name Deploy and configure [Loki/Promtail](https://github.com/grafana/loki) using Ansible. +This is a fork of a simple and extremely useful diogenxs.loki role. + Requirements ------------ @@ -16,7 +18,9 @@ Install Loki and Promtail in local machine ```yml - hosts: servers roles: - - { role: diogenxs.loki, loki_bins: ['loki', 'promtail'] } + - role: diogenxs.loki + vars: + loki_bins: ['loki', 'promtail'] } ``` License @@ -27,4 +31,6 @@ WTFPL see [LICENSE](license) Author Information ------------------ -https://diogenxs.dev \ No newline at end of file +Fork maintainer: [weakcamel](https://galaxy.ansible.com/weakcamel) + +Original author (all credits due): https://diogenxs.dev