Role which helps to configure AD authentication.
---
# Default usage
- hosts: myhost1
vars:
# You will need yur own sssd config
# (see: https://fedorahosted.org/sssd/wiki/Configuring_sssd_with_ad_server)
sssd_config:
...
roles:
- ad_auth
List of variables used by the role:
# Default authconfig options
ad_auth_authconfig_options:
- "--enablesssd"
- "--enablesssdauth"
- "--enablemkhomedir"
- "--enablelocauthorize"
- "--update"
- "--nostart"
MIT
Jiri Tyr