homeserver/roles/mgrote.zfs_tools/handlers/main.yml

11 lines
253 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
- name: telegraf_starten_aktivieren
become: yes
systemd:
name: telegraf
enabled: yes
state: restarted
- name: testmail
shell: echo "zed ist eingerichtet" | mail -s "{{ ansible_hostname }} - zed" {{ empfaenger_mail }}