mg
416c36f97c
motd unit house plugins vereinheitlicht aufräumen user vereinheitlicht samba users aufgeräumt aussortiert apc pwr systemd plugin kvm plugins lvm plguin acng plugin munin user chrony fur alle gruppe playbook docker vars playbook firewall munin für alle Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#116 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
---
|
|
### mgrote.apt_install_packages
|
|
programs_extra:
|
|
- ifupdown2
|
|
- bmon
|
|
### mgrote.smart
|
|
smart_smartctlmail_cron_minutes: "15"
|
|
smart_smartctlmail_cron_hours: "6"
|
|
smart_smartctlmail_cron_weekday: "3"
|
|
### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_*
|
|
zfs_extra_max_usage_health: "80"
|
|
### mgrote.apcupsd
|
|
apcupsd_slave_polltime: 10 #in Sekunden
|
|
### geerlingguy.munin-node
|
|
munin_node_plugins:
|
|
- name: chrony
|
|
- name: systemd_status
|
|
- name: lvm_
|
|
- name: apc_nis
|
|
- name: hddtemp_smartctl
|
|
- name: zpool_iostat
|
|
- name: zfsonlinux_stats_
|
|
- name: zfs_arcstats
|
|
- name: zfs_list
|
|
- name: zpool_capacity
|
|
- name: kvm_mem
|
|
- name: kvm_net
|
|
- name: apcupsd_pwr
|
|
munin_node_config: {
|
|
"apc_nis": {
|
|
"env.host": "pve2.grote.lan",
|
|
"env.port": "3551"
|
|
}
|
|
}
|
|
munin_node_install_plugins: # in eigenes Repo gesichert
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/lvm_
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/systemd_status
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_arcstats
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfsonlinux_stats_
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_iostat
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_list
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_capacity
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/apcupsd_pwr
|
|
|
|
# Ansible Variablen
|
|
### sudo
|
|
sudo: false
|