Introduce cert-manager role and a dedicated playbook for automated certificate management setup, complementing the newly restructured uyuni role for comprehensive infrastructure automation.
7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
- name: Deploy cert-manager
|
|
hosts: manager_nodes
|
|
become: true
|
|
roles:
|
|
- cert_manager
|