mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +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
|