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 2 additions and 2 deletions
Showing only changes of commit e5c9a68cee - Show all commits

View file

@ -13,7 +13,7 @@ munin_packages:
- tzdata
- munin-node
- libfile-readbackwards-perl
munin_servername: "{{ ansible_fqdn }}"
munin_servername: "{{ ansible_fqdn }}.mgrote.net"
munin_dirs:
- /var/run/munin
- /etc/munin/plugins

View file

@ -1,4 +1,4 @@
ServerName {{ ansible_fqdn }}
ServerName {{ munin_servername }}
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>