mg
31796ce6e5
acng var name Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#25 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
15 lines
333 B
YAML
15 lines
333 B
YAML
---
|
|
### oefenweb.ufw
|
|
ufw_rules:
|
|
- rule: allow
|
|
to_port: 22
|
|
protocol: tcp
|
|
comment: 'ssh'
|
|
from_ip: 192.168.2.0/24
|
|
- rule: allow
|
|
to_port: 9999
|
|
from_ip: 192.168.2.0/24
|
|
comment: 'acng'
|
|
### mgrote.acng
|
|
acng_server_port: 9999
|
|
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|