munin: fix cgi graph generation #163

Merged
mg merged 47 commits from mchmod into master 2024-08-21 20:54:49 +02:00
Showing only changes of commit d71645de30 - Show all commits

View file

@ -37,15 +37,10 @@
mode: '0755'
owner: root
group: root
- name: Ensure permissions are set
ansible.builtin.file:
path: /var/lib/munin/cgi-tmp
mode: '0755'
state: directory
owner: munin
group: www-data
recurse: true
- name: /var/lib/munin/cgi-tmp
mode: '0777'
owner: munin
group: www-data
- name: Template apache config
ansible.builtin.template: