summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_ca/meta/main.yml
blob: f1d669d6b7bbefb88eb4a37a3e06abf07f9ee215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
galaxy_info:
  author: Tim Bielawa
  description: Meta role around the etcd_ca role
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 2.2
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
  - system
dependencies:
- role: openshift_etcd_facts
- role: etcd_ca
  when: (etcd_ca_setup | default(True) | bool)