Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-02-09 18:44:05 +01:00 committed by mg
parent 3330df558a
commit 938cc8c287
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ufw_rules:
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 0.0.0.0/0
from_ip: 192.168.2.0/24
ufw_default_incoming_policy: deny
ufw_default_outgoing_policy: allow
@ -23,5 +23,5 @@ apt_packages_extra:
- openssh-server
- sshpass
- ansible
linux-oem-22.04b
- linux-oem-22.04c