2020-08-19 12:29:49 +02:00
|
|
|
---
|
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
2020-12-31 14:39:17 +01:00
|
|
|
from_ip: 192.168.2.0/24
|
2020-08-19 12:29:49 +02:00
|
|
|
- rule: allow
|
|
|
|
to_port: 9999
|
2020-12-23 17:34:11 +01:00
|
|
|
from_ip: 192.168.2.0/24
|
2020-08-19 12:29:49 +02:00
|
|
|
comment: 'acng'
|
2020-12-09 10:21:40 +01:00
|
|
|
### mgrote.acng
|
|
|
|
acng_server_port: 9999
|
2021-03-11 09:41:00 +01:00
|
|
|
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|
2021-04-29 07:58:28 +02:00
|
|
|
acng_server_auth_user: acngadmin
|
2021-04-29 11:49:56 +02:00
|
|
|
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}"
|