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.
7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
- name: Deploy Uyuni Server on Kubernetes
|
|
hosts: manager_nodes
|
|
become: false
|
|
roles:
|
|
- uyuni
|