summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_ca
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-11-23 15:21:23 -0500
committerScott Dodson <sdodson@redhat.com>2015-12-15 15:45:45 -0500
commit7a2891780e827513859628c7703cc1e7be53683f (patch)
tree54745bd070661ecf47e37fd3dff8898810ff2f3e /roles/openshift_master_ca
parentd3edce9c192c8d1eba572ba45ca25c06d0fbb830 (diff)
downloadopenshift-7a2891780e827513859628c7703cc1e7be53683f.tar.gz
openshift-7a2891780e827513859628c7703cc1e7be53683f.tar.bz2
openshift-7a2891780e827513859628c7703cc1e7be53683f.tar.xz
openshift-7a2891780e827513859628c7703cc1e7be53683f.zip
Add openshift_cli role
This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
Diffstat (limited to 'roles/openshift_master_ca')
-rw-r--r--roles/openshift_master_ca/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master_ca/meta/main.yml b/roles/openshift_master_ca/meta/main.yml
index 0c8881521..b5dd466c9 100644
--- a/roles/openshift_master_ca/meta/main.yml
+++ b/roles/openshift_master_ca/meta/main.yml
@@ -14,3 +14,4 @@ galaxy_info:
- system
dependencies:
- { role: openshift_repos }
+- { role: openshift_cli }