redeploy nextcloud with ldap #96

Merged
mg merged 45 commits from nc_ldap into master 2024-06-03 21:23:53 +02:00
Showing only changes of commit 867de64fb3 - Show all commits

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