k8s/roles/uyuni
mrwho 78103e121e refactor(uyuni): consolidate helm installation logic into dedicated task file
Remove duplicated helm install tasks from main.yml and centralize them in helm.yml, simplifying the role structure and reducing redundancy by consolidating OCI registry and local chart installation paths into a single file.
2026-07-19 16:13:42 +03:00
..
defaults refactor(uyuni): integrate cert-manager for automated TLS certificate provisioning 2026-07-19 16:02:07 +03:00
tasks refactor(uyuni): consolidate helm installation logic into dedicated task file 2026-07-19 16:13:42 +03:00
README.md feat(infra): add cert-manager role and setup playbook 2026-07-19 15:32:16 +03:00

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

uyuni_namespace: uyuni
uyuni_chart_version: 0.1.0
uyuni_kubeconfig: /path/to/kubeconfig
uyuni_helm_values: {}

Example Playbook

- hosts: servers
  roles:
    - uyuni

License

MIT