munin: from container to vm #155
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
- name: Template ssmtp config
|
|
||||||
ansible.builtin.template:
|
|
||||||
src: ssmtp.conf
|
|
||||||
dest: /etc/ssmtp/ssmtp.conf
|
|
||||||
...
|
|
|
@ -73,6 +73,8 @@
|
||||||
group: munin
|
group: munin
|
||||||
when: not placeholder.stat.exists
|
when: not placeholder.stat.exists
|
||||||
|
|
||||||
- name: Include alerting tasks
|
- name: Template ssmtp config
|
||||||
ansible.builtin.include_tasks: mail.yml
|
ansible.builtin.template:
|
||||||
|
src: ssmtp.conf
|
||||||
|
dest: /etc/ssmtp/ssmtp.conf
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue