mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
19
roles/sssd_ldap_auth/tasks/install_Debian.yml
Normal file
19
roles/sssd_ldap_auth/tasks/install_Debian.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
- name: Install sssd and the needed tools
|
||||
apt:
|
||||
name:
|
||||
- sssd
|
||||
- libnss-sss
|
||||
- libpam-sss
|
||||
- ca-certificates
|
||||
tags: auth
|
||||
|
||||
- name: Install oddjob-mkhomedir
|
||||
apt:
|
||||
name:
|
||||
- oddjob-mkhomedir
|
||||
when: ansible_distribution_major_version is version('9', '>=')
|
||||
notify: restart oddjobd
|
||||
tags: auth
|
||||
|
Reference in New Issue
Block a user