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 10 additions and 0 deletions
Showing only changes of commit 74c02122bc - Show all commits

View file

@ -6,4 +6,13 @@
enabled: true
masked: false
state: restarted
- name: "restart munin"
become: true
ansible.builtin.systemd:
name: munin
enabled: true
masked: false
state: restarted
...

View file

@ -46,6 +46,7 @@
mode: '0644'
owner: munin
group: munin
notify: "restart munin"
- name: Enable or disable the munin cron job.
lineinfile: