ansible-playbooks/playbooks/prometheus.yml

9 lines
154 B
YAML

---
- name: Install Prometheus
become: true
hosts: sharks
tasks:
- name: Install prometheus
include_role:
name: prometheus-common