You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
481 B
Markdown

Role Name
=========
An Ansible role to install helm.
Requirements
------------
None
Role Variables
--------------
```yml
helm_version: 3.7.2
helm_arch: amd64
```
Dependencies
------------
None
Example Playbook
----------------
```yml
- name: Install helm.
hosts: all
roles:
- { role: install_helm, helm_version: 3.7,2, helm_arch: amd64 }
```
License
-------
MIT
Author Information
------------------
This role was created by [shnee](https://github.com/shnee).