Disclaimer
All contributions made directly in this repository will be deleted by force push. If you want to contribute, go to ansible-collection-k8s-toolbox
Install and configure helm from helm registry.
This role is self contained and install helm for debian, ubuntu, linux mint, centos.
From defaults/main.yml :
helm_cache_path: "/var/cache/github"
helm_installation_path: "/opt/github/helm"
helm_checksum: "sha256:b664632683c36446deeb85c406871590d879491e3de18978b426769e43a1e82c"
helm_version: "v3.3.4"
- name: helm installation
hosts: all
become: true
tasks:
- import_role:
name: pandemonium1986.helm
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michael Maffait - Initial work - Pandemonium1986
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details