summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/meta/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_prometheus/meta/main.yaml')
-rw-r--r--roles/openshift_prometheus/meta/main.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/openshift_prometheus/meta/main.yaml b/roles/openshift_prometheus/meta/main.yaml
new file mode 100644
index 000000000..33188bb7e
--- /dev/null
+++ b/roles/openshift_prometheus/meta/main.yaml
@@ -0,0 +1,19 @@
+---
+galaxy_info:
+ author: OpenShift Development <dev@lists.openshift.redhat.com>
+ description: Deploy OpenShift prometheus integration for the cluster
+ company: Red Hat, Inc.
+ license: license (Apache)
+ min_ansible_version: 2.2
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ - name: Fedora
+ versions:
+ - all
+ categories:
+ - openshift
+dependencies:
+- { role: lib_openshift }
+- { role: openshift_facts }