Introduce cert-manager role and a dedicated playbook for automated certificate management setup, complementing the newly restructured uyuni role for comprehensive infrastructure automation.
11 lines
233 B
YAML
11 lines
233 B
YAML
---
|
|
cert_manager_namespace: cert-manager
|
|
cert_manager_kubeconfig: "/home/{{ ansible_user }}/.kube/config"
|
|
cert_manager_chart_version: "1.16.2"
|
|
|
|
cert_manager_crds_version: "v1.16.0"
|
|
|
|
cert_manager_use_helm: true
|
|
|
|
cert_manager_args: []
|