munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
Showing only changes of commit 5dbfa7c651 - Show all commits

View file

@ -14,6 +14,12 @@
group: munin
loop: "{{ munin_dirs }}"
- name: Ensure permissions are set
ansible.builtin.file:
path: /var/lib/munin/cgi-tmp
mode: 'ugo+rw'
recurse: true
- name: Template apache config
ansible.builtin.template:
src: apache.conf
@ -21,7 +27,6 @@
# validate: "apachectl -S -f %s"
notify: "restart apache2"
- name: Enable fgcid
community.general.apache2_module:
state: present