allow ldaps queries from anywhere
This commit is contained in:
parent
4d4d0cc58d
commit
ba6e89a0dc
|
@ -32,6 +32,12 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
|
- name: Allow all LDAPS connections from everywhere
|
||||||
|
ansible.builtin.ufw:
|
||||||
|
rule: allow
|
||||||
|
proto: tcp
|
||||||
|
port: '3636'
|
||||||
|
|
||||||
- name: Enable kanidm
|
- name: Enable kanidm
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
Loading…
Reference in New Issue