munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
3 changed files with 6 additions and 3 deletions
Showing only changes of commit 76d11b9cb2 - Show all commits

View file

@ -1,5 +1,5 @@
---
- name: "restart_apache2"
- name: "restart apache2"
become: true
ansible.builtin.systemd:
name: apache2

View file

@ -18,7 +18,7 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
#notify: "restart_apache2" TODO
notify: "restart apache2"
# TODO validate: apachectl -S
- name: Enable fgcid
@ -99,3 +99,6 @@
owner: munin
group: munin
when: not placeholder.stat.exists
# url ohne /munin TODO

View file

@ -1,4 +1,4 @@
Alias / /var/cache/munin/www
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
Require all granted
Options None