community.kubernetes.helm_repository – Manage Helm repositories.¶
Note
This plugin is part of the community.kubernetes collection (version 1.2.1).
To install it use: ansible-galaxy collection install community.kubernetes
.
To use it in a playbook, specify: community.kubernetes.helm_repository
.
New in version 0.11.0: of community.kubernetes
Requirements¶
The below requirements are needed on the host that executes this module.
Parameters¶
Examples¶
- name: Add a repository
community.kubernetes.helm_repository:
name: stable
repo_url: https://kubernetes.github.io/ingress-nginx
- name: Add Red Hat Helm charts repository
community.kubernetes.helm_repository:
name: redhat-charts
repo_url: https://redhat-developer.github.com/redhat-helm-charts
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Lucas Boisserie (@LucasBoisserie)