k8s/playbooks/setup_uyuni.yml
mrwho 0194a6fc0e refactor(uyuni): integrate cert-manager for automated TLS certificate provisioning
Replace manual TLS secret creation with cert-manager Certificate resources and automatic secret provisioning, enabling dynamic certificate issuance from Let's Encrypt while improving infrastructure reliability and reducing operational overhead.
2026-07-19 16:02:07 +03:00

7 lines
106 B
YAML

---
- name: Deploy Uyuni Server on Kubernetes
hosts: manager_nodes
become: false
roles:
- uyuni