Bugfix: ufw Netze rausgenommen

This commit is contained in:
Michael Grote 2020-12-25 08:41:06 +01:00
parent 209f80efa3
commit d19077a8f4
8 changed files with 0 additions and 12 deletions

View file

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

View file

@ -38,7 +38,6 @@
- rule: allow - rule: allow
to_port: 22 to_port: 22
protocol: tcp protocol: tcp
from_ip: 192.168.2.0/24
comment: 'ssh' comment: 'ssh'
### ryandaniels.create_users ### ryandaniels.create_users
users: users:

View file

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

View file

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

View file

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

View file

@ -21,11 +21,9 @@
- rule: allow - rule: allow
to_port: 22 to_port: 22
protocol: tcp protocol: tcp
from_ip: 192.168.2.0/24
comment: 'ssh' comment: 'ssh'
- rule: allow - rule: allow
to_port: 8080 to_port: 8080
from_ip: 192.168.2.0/24
comment: 'jenkins' comment: 'jenkins'
### mgrote.restic ### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/jenkins restic_folders_to_backup: /usr/local /etc /root /home /var/lib/jenkins

View file

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

View file

@ -4,7 +4,6 @@
- rule: allow - rule: allow
to_port: 22 to_port: 22
protocol: tcp protocol: tcp
from_ip: 192.168.2.0/24
comment: 'ssh' comment: 'ssh'
interface: ens18 interface: ens18
- rule: allow - rule: allow