This role installs k8s cli utilities Helm and Kubectl
N/A
Available variables are listed below, along with default values (see defaults/main.yml):
Specify whether to install helm, kubectl or both
install_helm: true
install_kubectl: trueSpecify OS and architecture
k8s_platform: linux
k8s_arch: amd64Specify helm/kubectl versions to be installed
helm_version: 'v3.2.1'
kubectl_version: "1.21.2"Controls for the version of Helm and Kubectl to be installed. See available Helm releases and stable kubectl release
You can upgrade or downgrade versions by changing the helm_version and kubectl_version.
helm_bin_path: /usr/local/bin/helm
kubectl_bin_path: /usr/local/bin/kubectlThe location where the helm/kubectl binary will be installed.
None.
- hosts: all
roles:
- role: ricsanfre.k8s_cli
MIT / BSD
This role was created by Ricardo Sanchez