Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.53 KB

Helm

Install Helm, the package manager for Kubernetes.

Ansible Galaxy

Role Variables

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

Example Playbook

- hosts: localhost

  roles:
    - rmasters270.helm

License

MIT

Author Information

Ryan Masters