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.
9 lines
190 B
YAML
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
|