diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-17 10:24:41 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-19 14:54:56 -0400 |
commit | c9cd222f8eab56a31c6ff237739653672c7010af (patch) | |
tree | 10a0eea158d4e5360f90ccc65837012a87e9dcf4 /roles/openshift_ca/meta | |
parent | c78e91c7d4a304cc5d20135e96206008407c5f6f (diff) | |
download | openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.gz openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.bz2 openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.xz openshift-c9cd222f8eab56a31c6ff237739653672c7010af.zip |
Consolidate ca/master/node certificates roles into openshift_certificates.
Diffstat (limited to 'roles/openshift_ca/meta')
-rw-r--r-- | roles/openshift_ca/meta/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/openshift_ca/meta/main.yml b/roles/openshift_ca/meta/main.yml new file mode 100644 index 000000000..0089f4209 --- /dev/null +++ b/roles/openshift_ca/meta/main.yml @@ -0,0 +1,17 @@ +--- +galaxy_info: + author: Jason DeTiberus + description: OpenShift CA + company: Red Hat, Inc. + license: Apache License, Version 2.0 + min_ansible_version: 1.9.4 + platforms: + - name: EL + versions: + - 7 + categories: + - cloud + - system +dependencies: +- role: openshift_repos +- role: openshift_cli |