2020-08-19 12:29:49 +02:00
|
|
|
---
|
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
2021-10-06 10:18:23 +02:00
|
|
|
from_ip: 0.0.0.0/0
|
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
|
2021-10-17 19:40:18 +02:00
|
|
|
to_port: "{{ acng_server_port }}"
|
2020-08-19 12:29:49 +02:00
|
|
|
comment: 'acng'
|
2021-10-06 10:18:23 +02:00
|
|
|
from_ip: 0.0.0.0/0
|
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-09-13 19:26:31 +02:00
|
|
|
munin_node_plugins:
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: chrony
|
2021-09-24 10:11:54 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
|
2021-06-22 13:57:45 +02:00
|
|
|
- name: systemd_status
|
2021-09-24 10:11:54 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/systemd_status
|
2021-09-13 19:26:31 +02:00
|
|
|
- name: lvm_
|
2021-09-24 10:11:54 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/lvm_
|
2021-09-13 19:26:31 +02:00
|
|
|
config: |
|
|
|
|
[lvm_*]
|
|
|
|
user root
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: acng
|
2021-09-24 10:11:54 +02:00
|
|
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/acng
|
2021-09-13 19:26:31 +02:00
|
|
|
config: |
|
|
|
|
env.logfile /var/log/apt-cacher-ng/apt-cacher.log
|
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
|