10 lines
260 B
YAML
10 lines
260 B
YAML
- import_role:
|
|
name: mgrote.apcupsd
|
|
|
|
- name: apcupsd.conf kopieren
|
|
become: yes
|
|
template:
|
|
src: "apcupsd.conf"
|
|
dest: "/etc/telegraf/telegraf.d/apcupsd.conf"
|
|
notify: restart_telegraf
|
|
#https://grafana.com/grafana/dashboards/10977
|