Files
K3S/addons/prometheus-stack/playbook.yml
2026-04-24 21:01:26 +03:00

8 lines
149 B
YAML

---
- name: Install kube-prometheus-stack
hosts: k3s_master[0]
gather_facts: false
become: true
roles:
- role: "{{ playbook_dir }}/role"