- 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