Add CSI driver

This commit is contained in:
Adrien Reslinger 2020-03-26 14:30:36 +01:00
parent ec79d6ad8f
commit 75306abab3
9 changed files with 157 additions and 0 deletions

View file

@ -52,3 +52,11 @@
when:
- certmanager_version | regex_search('(0.14)') or certmanager_actual_version.stdout | regex_search('(0.14)')
tags: certmanager
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
include_tasks: "csi.yml"
when:
- certmanager_csi
tags: certmanager