SMB: Passwords (#47)

ufw: munin-regel entfernt

smb: User passwort pve angepasst

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#47
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-03-19 23:26:43 +01:00
parent 513c7bda3a
commit 5b8304a9d7
9 changed files with 0 additions and 39 deletions

View file

@ -10,11 +10,6 @@
to_port: 9999
from_ip: 192.168.2.0/24
comment: 'acng'
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24
### mgrote.acng
acng_server_port: 9999
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf

View file

@ -53,11 +53,6 @@
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24
ufw_default_incoming_policy: deny
ufw_default_outgoing_policy: allow
### ryandaniels.create_users

View file

@ -6,10 +6,6 @@
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24
- rule: allow # hier fehlt das netz, da der munin master in einem docker container auf diesem host läüft der eine andere ip hat
to_port: 4949
protocol: tcp
comment: 'munin-node'
### geerlingguy.docker
docker_users:
- mg

View file

@ -12,8 +12,3 @@
to_port: 80
comment: 'dokuwiki-webserver'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24

View file

@ -87,8 +87,3 @@
to_port: 139
comment: 'smb'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24

View file

@ -18,11 +18,6 @@
protocol: tcp
comment: 'gitea'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24
### tmaurice.gitea
gitea_version: "1.13.4"
gitea_app_name: "Gitea"

View file

@ -10,11 +10,6 @@
to_port: 123
comment: 'ntp'
from_ip: 192.168.2.0/24
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24
### mgrote.ntp_chrony_server
ntp_chrony_timezone: "Europe/Berlin" # Zeitzone in der sich der Computer befindet
ntp_chrony_driftfile_directory: "/var/lib/chrony" # Ordner für das driftfile

View file

@ -19,8 +19,3 @@
- rule: allow
to_port: 68
comment: 'pihole-dhcp'
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24

Binary file not shown.