summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/meta/main.yaml
blob: 69c5e0ee23c02472d5e619ccecb4a8557b553ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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
- role: lib_utils