k8s/roles/uyuni
mrwho c0dcdcfa5b refactor(traefik): restructure port configurations and fix condition logic
- uncomment and finalize port protocols and backend schemes in traefik.yml
- adjust longhorn UI basicauth to disabled for simplified access
- add reportdb-pgsql, salt-publish, and salt-request ports to traefik-values template
- fix conditional execution in helm task to prevent unintended skip
- fix uyuni database credentials by replacing dynamic password lookups with static values
- increase uyuni PVC storage requests from 1-20Mi to 300Mi for consistency
2026-07-21 16:27:01 +03:00
..
defaults refactor(traefik): restructure port configurations and fix condition logic 2026-07-21 16:27:01 +03:00
tasks refactor(traefik): restructure port configurations and fix condition logic 2026-07-21 16:27:01 +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