fc9a65be2b
* Refactor downloads to use download role directly Also disable fact delegation so download delegate works acros OSes. * clean up bools and ansible_os_family conditionals
27 lines
413 B
YAML
27 lines
413 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes-apps/ansible
|
|
tags:
|
|
- apps
|
|
|
|
- role: kubernetes-apps/kpm
|
|
tags:
|
|
- apps
|
|
- kpm
|
|
|
|
- role: kubernetes-apps/efk
|
|
when: efk_enabled
|
|
tags:
|
|
- apps
|
|
- efk
|
|
|
|
- role: kubernetes-apps/helm
|
|
when: helm_enabled
|
|
tags:
|
|
- apps
|
|
- helm
|
|
- role: kubernetes-apps/istio
|
|
when: istio_enabled
|
|
tags:
|
|
- apps
|
|
- istio
|