munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
Showing only changes of commit af2db66db5 - Show all commits

View file

@ -24,10 +24,27 @@ munin_dirs:
munin_server_plugins: munin_server_plugins:
- munin_stats - munin_stats
- munin_update - munin_update
munin_cron_job: present
munin_dbdir: "/var/lib/munin"
#------
munin_hosts: munin_hosts:
- name: "{{ ansible_fqdn }}" - name: "{{ ansible_fqdn }}"
address: "127.0.0.1" address: "127.0.0.1"
extra: ["use_node_name yes"] - name: fileserver3.mgrote.net
address: fileserver3.mgrote.net
munin_cron_job: present - name: ansible2.mgrote.net
munin_dbdir: "/var/lib/munin" address: ansible2.mgrote.net
- name: pve5.mgrote.net
address: pve5.mgrote.net
- name: forgejo.mgrote.net
address: forgejo.mgrote.net
- name: docker10.mgrote.net
address: docker10.mgrote.net
- name: pbs.mgrote.net
address: pbs.mgrote.net
- name: blocky.mgrote.net
address: blocky.mgrote.net
- name: ldap.mgrote.net
address: ldap.mgrote.net
- name: munin-container
address: localhost