ansible-roles/roles/sssd_ldap_auth/tasks/install_RedHat.yml

10 lines
134 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Install sssd and the needed tools
yum:
name:
- sssd
- oddjob-mkhomedir
- authconfig
tags: auth