k8s/playbooks/setup_metrics_server.yml
mrwho 6e0200f64c refactor(infra): restructure metrics collection infrastructure
Added new playbook `setup_metrics_server.yml` and standalone role `roles/metrics_server/` to centralize Kubernetes metrics server deployment and configuration, separating concerns from the main uyuni role for modularity and reuse.
2026-07-19 15:02:19 +03:00

7 lines
114 B
YAML

---
- name: Deploy Kubernetes Metrics Server
hosts: manager_nodes
become: false
roles:
- metrics_server