We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c7f36 commit 93bee09Copy full SHA for 93bee09
playbooks/roles/sssd/tasks/debian.yml
@@ -15,6 +15,7 @@
15
owner: 'root'
16
group: 'root'
17
mode: '0600'
18
+ notify: restart sssd
19
20
- name: Copy CA certificate
21
copy:
@@ -53,11 +54,22 @@
53
54
include_role:
55
name: safe_yum
56
57
+- name: Enable sssd service
58
+ systemd:
59
+ name: sssd
60
+ enabled: "yes"
61
+
62
+- name: Start sssd service
63
64
65
+ state: started
66
67
- name: Update sshd configuration
68
lineinfile:
69
path: /etc/ssh/sshd_config
70
regexp: '^PasswordAuthentication'
71
line: PasswordAuthentication no
72
notify:
73
+ - restart sshd
74
- restart ns daemons
75
- restart login services
0 commit comments