From 956515f6aba93de2497136fbefa6cc33812897a6 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Tue, 25 May 2021 15:34:39 +0200 Subject: [PATCH] add meta/main.yml --- meta/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..90a547d --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,9 @@ +--- +galaxy_info: + author: Ludovic Cartier + description: Install and configure Prometheus and exporters + company: brainsys + license: GPLv3 + min_ansible_version: 2.7 + issue_tracker_url: https://github.com/brainsys-io/ansible-role-prometheus/issues + github_branch: master