k8s/roles/uyuni
a.kazantsev 20aaf42a0a refactor(uyuni): comment out unused storageClass and duplicate mode setting
- Disable `global.persistence.storageClass` in defaults to use cluster default
- Remove redundant commented `mode: 256` line in helm task for clarity
2026-07-20 17:28:38 +03:00
..
defaults refactor(uyuni): comment out unused storageClass and duplicate mode setting 2026-07-20 17:28:38 +03:00
tasks refactor(uyuni): comment out unused storageClass and duplicate mode setting 2026-07-20 17:28:38 +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