munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
2 changed files with 4 additions and 8 deletions
Showing only changes of commit 8502e76846 - Show all commits

View file

@ -1,6 +0,0 @@
---
- name: Template ssmtp config
ansible.builtin.template:
src: ssmtp.conf
dest: /etc/ssmtp/ssmtp.conf
...

View file

@ -73,6 +73,8 @@
group: munin
when: not placeholder.stat.exists
- name: Include alerting tasks
ansible.builtin.include_tasks: mail.yml
- name: Template ssmtp config
ansible.builtin.template:
src: ssmtp.conf
dest: /etc/ssmtp/ssmtp.conf
...