rollout: rb5009 (#208)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#208
Co-authored-by: mg <mg@noreply.git.mgrote.net>
Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-10-05 13:46:44 +02:00
parent bc7692d2a4
commit 812cb5f681
10 changed files with 10 additions and 26 deletions

View File

@ -5,7 +5,6 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
@ -13,7 +12,6 @@
from_ip: 192.168.2.144/24
- rule: allow
to_port: 9999
from_ip: 192.168.2.0/24
comment: 'acng'
### mgrote.acng
acng_server_port: 9999

View File

@ -17,6 +17,7 @@
- name: ipmi_power # für pve2, leeres diagramm
- name: docker_images
- name: docker_status
- name: mt_system_hex
munin_node_plugins:
- name: chrony
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
@ -96,7 +97,6 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -7,11 +7,9 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 80
comment: 'dokuwiki-webserver'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -99,15 +99,12 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 445
comment: 'smb'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 139
comment: 'smb'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -7,17 +7,14 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 3000
protocol: tcp
comment: 'gitea'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 2222
protocol: tcp
comment: 'gitea'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -13,11 +13,9 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 8080
comment: 'jenkins'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -65,4 +65,3 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24

View File

@ -5,7 +5,6 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 123
comment: 'ntp'

View File

@ -5,11 +5,9 @@
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 80
comment: 'pihole-webgui'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp

View File

@ -40,7 +40,7 @@
programs_extra:
- libwww-curl-perl # für munin-plugin: unifi
- libjson-perl # für munin-plugin: unifi
### geerlingguy.munin-node
### mgrote.munin-node
munin_node_plugins:
- name: chrony
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
@ -65,14 +65,6 @@
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/docker_
- name: docker_volumes
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/docker_
- name: mt_system_hex
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/mikrotik/mt_system
config: |
[mt_system_hex]
user root
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
- name: mt_system_crs309
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/mikrotik/mt_system
config: |
@ -81,6 +73,14 @@
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.223
- name: mt_system_rb5009
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/mikrotik/mt_system
config: |
[mt_system_rb5009]
user root
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
- name: unifi
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/unifi
config: |