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 fb35c05dd2 - Show all commits

View file

@ -0,0 +1,9 @@
---
- name: restart apache2
become: true
ansible.builtin.systemd:
name: apache2
enabled: true
masked: false
state: restarted
...

View file

@ -18,6 +18,7 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
notify: restart apache2
- name: Enable fgcid
community.general.apache2_module: