You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
- name: Install sssd and the needed tools
|
|
apt:
|
|
name:
|
|
- sssd
|
|
- libnss-sss
|
|
- libpam-sss
|
|
- ca-certificates
|
|
|
|
- name: Install oddjob-mkhomedir
|
|
apt:
|
|
name:
|
|
- oddjob-mkhomedir
|
|
when: ansible_distribution_major_version is version('9', '>=')
|
|
notify: restart oddjobd
|
|
|
|
|