oc_client
Role Name
An Ansible Role that installs the OpenShift client tool oc
on Linux.
Requirements
None.
Role Variables
Variable | Default Value | Description |
---|---|---|
oc_client_install_path |
/usr/local/bin |
Installation path for binary. |
oc_client_version |
latest |
OpenShift client version. |
oc_client_download_url |
https://mirror.openshift.com/pub/openshift-v4/clients/ocp |
Download URL for the client. |
Dependencies
None.
Example Playbook
- hosts: all
roles:
- Skalador.oc_client
License
Apache-2.0
Author Information
This role was created by Kevin Niederwanger.
About
OpenShift client for Linux.
Install
ansible-galaxy install Skalador/ansible-role-oc_client
License
apache-2.0
Downloads
16
Owner