Ansible role to install sssd auth.
LDAP server supporting ssl/tls.
-
sssd_tls_cipher_suite: SECURE256:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC
-
sssd_verify_cert: true
-
sssd_enable_modify_hosts: false
-
sssd_enable_mkhomedir: true
- hosts: all
sudo: True
roles:
- marklee77.slapd-auth
- marklee77.sssd
GPLv2