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

View file

@ -19,10 +19,12 @@
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
# (chfn -f 'munin' root) ??? TODO
- name: Enable fgcid
ansible.builtin.command: /usr/sbin/a2enmod fcgid # TODO CHANGED/when
community.general.apache2_module:
state: present
name: fcgid
# (chfn -f 'munin' root) ??? TODO
- name: Template munin-server plugins
ansible.builtin.template: