k8s/playbooks/setup_uyuni.yml
mrwho 12bcf77d62 style(helm): convert inline JSON ConfigMaps to YAML format
Replace inline JSON string definitions with native YAML syntax for Kubernetes resource manifests in helm.yml, improving readability and maintainability while preserving identical resource configurations.
2026-07-19 18:40:02 +03:00

9 lines
190 B
YAML

---
- name: Deploy Uyuni Server on Kubernetes
hosts: manager_nodes
become: false
vars:
ansible_python_interpreter: "/home/{{ ansible_user }}/.venv/bin/python"
roles:
- uyuni