homeserver/roles/mgrote.zfs_tools/handlers/main.yml
2020-08-18 11:57:53 +02:00

11 lines
253 B
YAML

- 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 }}