mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
18 lines
285 B
YAML
18 lines
285 B
YAML
---
|
|
|
|
- name: Install sssd and the needed tools
|
|
apt:
|
|
name:
|
|
- sssd-ad
|
|
- libnss-sss
|
|
- libpam-sss
|
|
- oddjob-mkhomedir
|
|
- ca-certificates
|
|
- krb5-user
|
|
- sssd-tools
|
|
- adcli
|
|
notify:
|
|
- restart oddjobd
|
|
- restart sssd ad
|
|
tags: auth
|