Helm-apps role for installing helm charts (#8347)

* Sketch of helm-apps role interface

* helm-apps: Early implementation and settings

* helm-apps: Fix README.md example playbook

* fixup! Sketch of helm-apps role interface

* Make the argument specs more explicit

* Remove exposed options from hardcoded default

* Simplify example playbook in README.md

- Define directly the roles parameters
- Add an example of option override for one chart only

* Use release instead of charts

Make explicit that the role is mananing releases, not charts.
Simplify parameters naming
This commit is contained in:
Max Gautier
2022-03-14 16:29:58 +01:00
committed by GitHub
parent d444a2fb83
commit 307d122a84
4 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
helm_defaults:
atomic: true
binary_path: "{{ bin_dir }}/helm"
helm_repository_defaults:
binary_path: "{{ bin_dir }}/helm"