Install Helm, the package manager for Kubernetes.
Variable | Required | Default | Comments |
---|---|---|---|
helm_repo_certificate | yes | https://baltocdn.com/helm/signing.asc | Helm apt repository signing certificate |
helm_repo | yes | deb https://baltocdn.com/helm/stable/debian all main | Helm apt repository |
helm_diff_plugin_path | yes | https://github.com/databus23/helm-diff | Helm diff plugin URL |
helm_repository | no | Complex variable defining repository names and URLs |
When this optional variable is defined it will add and update the respective Helm repositories.
helm_repository:
name: jetstack
url: https://charts.jetstack.io
name: traefik
url: https://helm.traefik.io/traefik
name: rancher-stable
url: https://releases.rancher.com/server-charts/stable
- hosts: localhost
roles:
- rmasters270.helm
MIT
Ryan Masters