summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ca/meta/main.yml
blob: b2081efc6ee9e84f6675e054dbb2ae3eed24d70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
galaxy_info:
  author: Jason DeTiberus
  description: OpenShift CA
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 2.1
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
  - system
dependencies:
- role: openshift_cli
- role: openshift_facts
- role: lib_utils