mg
53b003628b
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#268 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
18 lines
361 B
YAML
18 lines
361 B
YAML
---
|
|
### oefenweb.ufw
|
|
ufw_rules:
|
|
- rule: allow
|
|
to_port: 22
|
|
protocol: tcp
|
|
comment: 'ssh'
|
|
from_ip: 0.0.0.0/0
|
|
- rule: allow
|
|
to_port: 3389
|
|
comment: 'xrdp'
|
|
from_ip: 192.168.2.0/24
|
|
protocol: tcp
|
|
- rule: allow
|
|
to_port: 4949
|
|
protocol: tcp
|
|
comment: 'munin'
|
|
from_ip: 192.168.2.144/24
|