homeserver/roles/mgrote_munin_server/defaults/main.yml
Michael Grote 304eda8371
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
fix few small bugs (#160)
Reviewed-on: #160
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-08-20 08:55:10 +02:00

37 lines
642 B
YAML

---
munin_packages:
- cron
- munin
- apache2
- wget
- libapache2-mod-fcgid
- libcgi-fast-perl
- perl
- mailutils
- curl
- tzdata
- munin-node
- s-nail
- libfile-readbackwards-perl
munin_servername: "{{ ansible_fqdn }}.mgrote.net"
munin_dirs:
- /var/run/munin
- /etc/munin/plugins
- /var/cache/munin/www
- /var/lib/munin
- /var/cache/munin
munin_server_plugins:
- munin_stats
- munin_update
munin_cron_job: present
munin_dbdir: "/var/lib/munin"
munin_enable_alerts: false
munin_mode: cgi # or cron
munin_hosts:
- name: "{{ ansible_fqdn }}"
address: "127.0.0.1"
extra: ["use_node_name yes"]