Skip to content
Snippets Groups Projects
Verified Commit acfea445 authored by ynerant's avatar ynerant
Browse files

[sssd] Use socket activation


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 816f1920
No related branches found
No related tags found
1 merge request!272Stabilize Ansible
......@@ -18,6 +18,14 @@
mode: 0600
notify: Restart sssd service
- name: Enable sssd socket activation
systemd:
name: "sssd-{{ item }}"
enabled: true
loop:
- nss
- pam
- name: Configure nslcd for hosts
template:
src: nslcd.conf.j2
......
{{ ansible_header | comment }}
[sssd]
config_file_version = 2
services = nss, pam
domains = {{ sssd.primary.domain }}, {{ sssd.secondary.domain }}
[domain/{{ sssd.primary.domain }}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment