mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
10 lines
134 B
YAML
10 lines
134 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Install sssd and the needed tools
|
||
|
yum:
|
||
|
name:
|
||
|
- sssd
|
||
|
- oddjob-mkhomedir
|
||
|
- authconfig
|
||
|
tags: auth
|