add files
This commit is contained in:
parent
1283a98c9d
commit
33e2774432
11 changed files with 152 additions and 0 deletions
6
roles/cert_manager/tasks/main.yml
Normal file
6
roles/cert_manager/tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy cert-manager
|
||||
kubernetes.core.k8s:
|
||||
src: "https://github.com/cert-manager/cert-manager/releases/download/{{ cert_manager_version }}/cert-manager.yaml"
|
||||
wait: false
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue