diff --git a/tasks/main.yml b/tasks/main.yml index cbbb357..a981e4c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -48,18 +48,20 @@ # - false - cert_manager_issuer is defined +# https://github.com/baarde/cert-manager-webhook-ovh/tree/master/deploy/cert-manager-webhook-ovh - name: Install OVH webhook block: - name: Git clone stable repo on HEAD ansible.builtin.git: repo: "https://github.com/baarde/cert-manager-webhook-ovh.git" - dest: /tmp/cert-manager-webhook-ovh + dest: tmp/cert-manager-webhook-ovh - - name: Deploy Grafana chart from local path + - name: Deploy OVH webhook chart from local path community.kubernetes.helm: state: present + context: "{{ my_context }}" name: cert-manager-webhook-ovh - chart_ref: /tmp/cert-manager-webhook-ovh/deploy/cert-manager-webhook-ovh + chart_ref: tmp/cert-manager-webhook-ovh/deploy/cert-manager-webhook-ovh release_namespace: "{{ cert_manager_namespace }}" when: