This role will allow you to provision a Debian or Fedora Based box with an Active Directory login backend.
There are no prerequisites.
Name | Description |
---|---|
ldap_description | A description of this connection for SSSD. |
ldap_server_ip | The IP Address of the desired AD DC. Comma separated values are allowed. |
ldap_domain | The FQDN of your Windows Domain. |
ldap_server | The FQDN of the AD DC server. Comma separated values are allowed here too. |
ldap_bind_dn | The user to bind to the directory with. A user principle name is recommended. |
ldap_bind_pw | The password for the bind user. |
ldap_user_base | The top level DN of your AD where users are stored. |
ldap_group_base | The top level DN of your AD where groups are stored. |
There are no dependencies.
- hosts: servers
roles:
- { role: active-directory.role,
ldap_description: AD DC,
ldap_server_ip: 10.0.0.1,
ldap_domain: corp.example.com,
ldap_server: ex-dc-prod-vmw-01.corp.example.com,
ldap_bind_dn: svc.ro-bind@corp.example.com,
ldap_bind_pw: somepasswd,
ldap_user_base: OU=Example,DC=corp,DC=example,DC=com,
ldap_group_base: OU=Groups,OU=Example,DC=corp,DC=example,DC=com }
- Ted Salmon tsalmon@laslabs.com
This module is maintained by LasLabs Inc.