ff
This commit is contained in:
parent
af0213f3d2
commit
e5c9a68cee
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ServerName {{ ansible_fqdn }}
|
||||
ServerName {{ munin_servername }}
|
||||
|
||||
Alias /munin /var/cache/munin/www
|
||||
<Directory /var/cache/munin/www>
|
||||
|
|
Loading…
Reference in a new issue