init ldap_client

This commit is contained in:
2026-01-25 23:57:27 -07:00
parent 279c1699e2
commit f7694cd28b
8 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
- name: Install openldap client and other required packages
package:
name:
- openldap-clients
- sssd
- sssd-ldap
- oddjob-mkhomedir
- libsss_sudo
state: present
notify: restart sssd
- name: Start and enable oddjobd
service:
name: oddjobd
state: started
enabled: true