21854d812f0f75f0c2f9af4a7c1ee5d1b18c4aed
helm-charts
Simple role for install helm charts
Usage:
- role: helm-charts
when: inventory_hostname == groups["k8s-master"][0]
helm_charts:
- { values_files: ["helm-value/prometheus.yaml.j2", "files/helm-value/common.yml"], version: "25.1.0", namespace: prometheus, release: prometheus, repo_name: prometheus-community, chart_name: prometheus, repo_url: https://prometheus-community.github.io/helm-charts }
Description