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 3 additions and 1 deletions
Showing only changes of commit 7a6c6ed888 - Show all commits

View file

@ -18,8 +18,9 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
validate: apachectl -S
notify: "restart apache2"
# TODO validate: apachectl -S
- name: Enable fgcid
community.general.apache2_module:

View file

@ -1,3 +1,4 @@
ServerName {{ ansible_fqdn }}
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
Require all granted