From 08ca01b49651af7257c475c134eba35062887fa5 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 8 Jun 2021 13:04:45 +0200 Subject: [PATCH] Add meta information --- meta/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..99f8eab --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,12 @@ +galaxy_info: + author: Georg Krause + description: Role to deploy prometheus node exporter behind http basic auth + company: Progressivwerk + + license: MIT + + min_ansible_version: 2.1 + + galaxy_tags: [] + +dependencies: []