fw
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-06-01 20:40:18 +02:00
parent d9b215a647
commit 867de64fb3

View file

@ -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