fw
This commit is contained in:
parent
d9b215a647
commit
867de64fb3
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ ufw_rules:
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
comment: 'lldap'
|
comment: 'lldap'
|
||||||
from_ip: 192.168.2.0/24
|
from_ip: 192.168.2.0/24
|
||||||
|
- rule: allow
|
||||||
|
to_port: "{{ lldap_http_port }}"
|
||||||
|
protocol: tcp
|
||||||
|
comment: 'lldap'
|
||||||
|
from_ip: 10.25.0.0/24
|
||||||
- rule: allow
|
- rule: allow
|
||||||
to_port: 3890
|
to_port: 3890
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
|
|
Loading…
Reference in a new issue