k8s/playbooks/setup_cert_manager.yml
mrwho 45a7ea0d93 feat(infra): add cert-manager role and setup playbook
Introduce cert-manager role and a dedicated playbook for automated certificate management setup, complementing the newly restructured uyuni role for comprehensive infrastructure automation.
2026-07-19 15:32:16 +03:00

7 lines
98 B
YAML

---
- name: Deploy cert-manager
hosts: manager_nodes
become: true
roles:
- cert_manager