2020-08-19 12:29:49 +02:00
|
|
|
---
|
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
2020-12-31 14:39:17 +01:00
|
|
|
from_ip: 192.168.2.0/24
|
2021-06-16 21:57:28 +02:00
|
|
|
- rule: allow
|
|
|
|
to_port: 4949
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'munin'
|
|
|
|
from_ip: 192.168.2.144/24
|
2020-08-19 12:29:49 +02:00
|
|
|
- rule: allow
|
|
|
|
to_port: 9999
|
2020-12-23 17:34:11 +01:00
|
|
|
from_ip: 192.168.2.0/24
|
2020-08-19 12:29:49 +02:00
|
|
|
comment: 'acng'
|
2020-12-09 10:21:40 +01:00
|
|
|
### mgrote.acng
|
|
|
|
acng_server_port: 9999
|
2021-03-11 09:41:00 +01:00
|
|
|
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|
2021-04-29 07:58:28 +02:00
|
|
|
acng_server_auth_user: acngadmin
|
2021-04-29 11:49:56 +02:00
|
|
|
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}"
|
2021-06-16 21:57:28 +02:00
|
|
|
### geerlingguy.munin-node
|
2021-06-22 13:57:45 +02:00
|
|
|
munin_node_additional_plugins:
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: chrony
|
2021-06-22 13:57:45 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: lvm_
|
2021-06-22 13:57:45 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/lvm_
|
|
|
|
- name: systemd_status
|
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/systemd_status
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: acng
|
2021-06-22 13:57:45 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/acng
|
2021-06-16 21:57:28 +02:00
|
|
|
munin_node_config: {
|
|
|
|
"acng": {
|
|
|
|
"env.logfile /var/log/apt-cacher-ng/apt-cacher.log"
|
|
|
|
}
|
|
|
|
}
|