Skip to main content

Helm Role

This Ansible role can be used to install helm.


Variables

VariablesTypeOptionsDefaults
helm_bin_state:stringpresent, skippresent
helm_url:string---https://get.helm.sh/helm-v{{ helm_tag }}-linux-{{ helm_arch }}.tar.gz
helm_arch:string---amd64
helm_tag:string---3.15.3
helm_path:string---/usr/local/sbin

Example Playbook

- name: Import helm Role
hosts: all
roles:
- role: giftpilz0.kubernetes.helm