homeserver/roles/mgrote.zfs_tools_cron/handlers/main.yml
2021-02-07 10:53:08 +01: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 }}