Introduce cert-manager role and a dedicated playbook for automated certificate management setup, complementing the newly restructured uyuni role for comprehensive infrastructure automation.
30 lines
425 B
Markdown
30 lines
425 B
Markdown
# Uyuni Helm Installation Role
|
|
|
|
This role installs Uyuni using Helm charts.
|
|
|
|
## Requirements
|
|
|
|
- Helm must be installed on the target system
|
|
- Kubernetes cluster access configured via kubeconfig
|
|
|
|
## Role Variables
|
|
|
|
```yaml
|
|
uyuni_namespace: uyuni
|
|
uyuni_chart_version: 0.1.0
|
|
uyuni_kubeconfig: /path/to/kubeconfig
|
|
uyuni_helm_values: {}
|
|
```
|
|
|
|
## Example Playbook
|
|
|
|
```yaml
|
|
- hosts: servers
|
|
roles:
|
|
- uyuni
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|