Update to 2024-07-22 23:00

This commit is contained in:
Daniel Berteaud
2024-07-22 23:00:11 +02:00
parent f5421b17f0
commit cd302033bd
112 changed files with 15413 additions and 340 deletions

View File

@@ -26,3 +26,10 @@
semodule -i /etc/selinux/targeted/local/prosody-ansible.pp
when: prosody_selinux_policy.changed
tags: prosody
- name: Allow prosody to query LDAP and HTTP servers
seboolean: name={{ item }} state=true persistent=true
loop:
- authlogin_nsswitch_use_ldap
- nis_enabled
tags: prosody