Ansible/monitoring.yml

13 lines
182 B
YAML

---
- name: Update monitoring configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- grafana
- telegraf
- influxdb
- goaccess