Add smallstep config

This commit is contained in:
Adrien Reslinger 2022-01-27 09:00:51 +01:00
parent 928566923a
commit 4f2890cd12
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 34 additions and 0 deletions

View file

@ -108,6 +108,12 @@
# https://github.com/smallstep/step-issuer
- name: Install Step webhook
block:
# - name: SmallStep PVC
# kubernetes.core.k8s:
# state: present
# context: "{{ my_context }}"
# namespace: "cert-manager"
# resource_definition: "{{ lookup('template', 'smallstep-pvc.yml.j2') | from_yaml }}"
- name: Defined smallstep repository
kubernetes.core.helm_repository:
name: smallstep
@ -124,6 +130,8 @@
# ca:
# provisioner:
# name: "admin"
# db:
# existingClaim: smallstep
# https://github.com/smallstep/helm-charts/tree/master/step-issuer
- name: Deploy step-certificates chart
kubernetes.core.helm: