mg
2888d3c326
Typo ACNG Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#76 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
17 lines
452 B
YAML
17 lines
452 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
|
|
acng_server_auth_user: acngadmin
|
|
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}"
|