2020-08-19 12:29:49 +02:00
---
2021-12-28 11:25:29 +01:00
### mgrote.user
users :
- username : root
password : "{{ lookup('keepass', 'root_linux_password_hash_proxmox', 'password') }}"
update_password : on_create
groups : ssh, sudo, root
state : present
allow_sudo : true
allow_passwordless_sudo : true
- username : mg
password : "{{ lookup('keepass', 'mg_linux_password_hash', 'password') }}"
update_password : on_create
groups : ssh, sudo
state : present
public_ssh_key : "{{ ssh_public_key_mg }}"
allow_sudo : true
allow_passwordless_sudo : true
- username : ansible-user
password : "{{ lookup('keepass', 'ansible_user_linux_password_hash', 'password') }}"
update_password : on_create
groups : ssh, sudo
state : present
public_ssh_key : ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyqs0OE5RVqs6tIzyuGQWvq/OVDa/tfdSEqMIwcthFt+pwCCjpqtNc8L8FSXgphSwuNosFakqhMLDFD3pmII+t61NRExsoR3nGTDuCAQnTvTKXTEfhnunN3pwgXWVTI68j9pRzmSy+hMkSFbgN9EGMSXxGcNunY7ewS3ZkVe08SWFpiX9giYq6uiOiMHsZKdcP6s2QRXUhZlTx2cOc/9gJ5lD82EUXQRZzT6ww2xVrceIW9c3CZFmSmYWxvrR7dPcHrke90FPPd5WhU+Anz++6GsT6+OhZTk+uQnBHllFXn9NoFQIEUDO4zV+gFXITaAbTkLAcCwuKB2QcDZ6C2mhf ansible-generated on ansible-v2
allow_sudo : true
allow_passwordless_sudo : true
2021-11-05 21:10:27 +01:00
### mgrote.apt_manage_packages
apt_packages_extra :
2021-03-21 19:46:39 +01:00
- ifupdown2
2021-04-09 21:50:41 +02:00
- bmon
2021-02-26 17:24:14 +01:00
### geerlingguy.munin-node
2021-09-13 19:26:31 +02:00
munin_node_disabled_plugins :
- name : meminfo # zu hohe last
- name : hddtemp2 # ersetzt durch hddtemp_smartctl
- name : ntp # verursacht zu viele dns ptr request
- name : hddtempd # ersetzt durch hddtemp_smartctl
- name : ipmi_power # für pve2, leeres diagramm
- name : squid_cache
- name : squid_objectsize
- name : squid_requests
- name : squid_traffic
- name : nfsd4
2021-09-24 10:11:54 +02:00
- name : nfsd
- name : kvm_vm_count
- name : proxmox_lxc_count
- name : proxmox_vm_count
- name : zfs_usage_rpool # liest falsch ein
- name : zfs_usage_hdd_data_raidz # liest falsch ein
2021-12-21 12:33:47 +01:00
- name : zpool_fragmentation # ist in zfs* vorhanden
2021-09-13 19:26:31 +02:00
munin_node_plugins :
2021-06-16 21:57:28 +02:00
- name : chrony
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/chrony/chrony
2021-06-16 21:57:28 +02:00
- name : systemd_status
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/systemd/systemd_status
2021-09-13 19:26:31 +02:00
- name : lvm_
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/disk/lvm_
2021-09-13 19:26:31 +02:00
config : |
[ lvm_*]
user root
2021-02-26 17:24:14 +01:00
- name : zfs_arcstats
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfs_arcstats
2021-06-22 13:57:45 +02:00
- name : zfsonlinux_stats_
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfsonlinux_stats_
2021-06-22 13:57:45 +02:00
- name : zpool_iostat
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zpool_iostat
2021-02-26 17:24:14 +01:00
- name : zfs_list
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfs_list
2021-12-21 12:33:47 +01:00
config : |
[ zfs_list]
env.ignore_datasets_pattern autodaily
2021-02-27 17:46:29 +01:00
- name : zpool_capacity
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zpool_capacity
2021-06-16 21:57:28 +02:00
- name : kvm_mem
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/libvirt/kvm_mem
2021-06-16 21:57:28 +02:00
- name : kvm_net
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/libvirt/kvm_net
2021-06-21 20:11:41 +02:00
- name : kvm_cpu
2021-11-07 12:22:11 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/libvirt/kvm_cpu
2021-09-24 10:11:54 +02:00
- name : proxmox_count
2021-11-19 11:54:48 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/proxmox/proxmox_vm_count
2021-09-24 10:11:54 +02:00
config : |
[ proxmox_count]
user root
group root
- name : zfs_count
2021-11-19 11:54:48 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfs_pool_dataset_count
2021-11-07 12:22:11 +01:00
- name : ksm_
2021-12-21 12:52:40 +01:00
src : https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/system/kernel_same_page_merging
2021-10-17 19:40:18 +02:00
- name : fail2ban
src : https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban
config : |
[ fail2ban]
env.client /usr/bin/fail2ban-client
env.config_dir /etc/fail2ban
user root
2021-10-20 19:48:17 +02:00
### mgrote.apt_manage_sources
manage_sources_apt_proxy : ""
2020-08-19 12:29:49 +02:00
# Ansible Variablen
### sudo
sudo : false