ansible_winbind
The ansible-winbind role
This role configures winbind authentication on a Ubuntu Trusty or CentOS 7 host
Requirements
One of either
- Ubuntu 14.04
- Debian 8
- Debian 9
- Centos 7
Role Variables
Mandatory
addomain
: The domain to join to, must be uppercase, egEXAMPLE.TLD
adworkgroup
: The workgroup, usually the first part of the domain, must be uppercase, egEXAMPLE
adadminuser
: Username of a user who has permissions to add hosts to AD, egAdministrator
adadminpw
: Password of the above specified user
Original Author
Alvaro Aleman
Install
ansible-galaxy install alvaroaleman/ansible-winbind
License
agpl-3.0
Downloads
54
Owner