fix bugs, change tags structure
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c20b1ce29a
commit
acbd41024a
6 changed files with 14 additions and 16 deletions
|
|
@ -1,8 +1,3 @@
|
|||
- name: Print the kubectl context
|
||||
debug:
|
||||
var: my_context
|
||||
tags: certmanager
|
||||
|
||||
- name: Cert Manager setup
|
||||
block:
|
||||
- name: namespace
|
||||
|
|
@ -12,7 +7,6 @@
|
|||
name: cert-manager
|
||||
api_version: v1
|
||||
kind: Namespace
|
||||
tags: certmanager
|
||||
|
||||
- name: Get Deployment information object
|
||||
k8s_info:
|
||||
|
|
@ -33,36 +27,35 @@
|
|||
include_tasks: "version_0.11.0.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.11)') or certmanager_actual_version.stdout | regex_search('(0.11)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.12
|
||||
include_tasks: "version_0.12.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.12)') or certmanager_actual_version.stdout | regex_search('(0.12)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.13
|
||||
include_tasks: "version_0.13.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.13)') or certmanager_actual_version.stdout | regex_search('(0.13)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.14
|
||||
include_tasks: "version_0.14.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.14)') or certmanager_actual_version.stdout | regex_search('(0.14)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.15
|
||||
include_tasks: "version_0.15.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.15)') or certmanager_actual_version.stdout | regex_search('(0.15)')
|
||||
tags: certmanager
|
||||
|
||||
tags: certmanager
|
||||
|
||||
|
||||
|
||||
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
|
||||
include_tasks: "csi.yml"
|
||||
when:
|
||||
- certmanager_csi
|
||||
tags: certmanager|bool
|
||||
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
|
||||
include_tasks: "csi.yml"
|
||||
when:
|
||||
- certmanager_csi|bool
|
||||
tags:
|
||||
- certmanager
|
||||
- storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue