Ansible/monitoring.yml

13 lines
182 B
YAML
Raw Permalink Normal View History

---
- name: Update monitoring configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
2020-09-10 23:08:34 +02:00
- goaccess
- grafana
- influxdb
2020-09-10 23:08:34 +02:00
- telegraf