allow ldaps queries from anywhere

This commit is contained in:
Elizabeth Hunt 2024-03-25 13:00:55 -04:00
parent 4d4d0cc58d
commit ba6e89a0dc
1 changed files with 6 additions and 0 deletions

View File

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