Manages the domain membership of a client, which can be a Linux or Windows device.
ansible-galaxy install sbaerlocher.domain-membership
This role requires Ansible 2.5 or higher, and platform requirements are listed in the metadata file.
Variable | Default | Comments (type) |
---|---|---|
domain_membership | true | |
domain_membership_domain_name | ||
domain_membership_admin_user | ||
domain_membership_admin_password | ||
domain_membership_ou |
For the role to work, the roles sbaerlocher.domain-join and sbaerlocher.sssd must be installed.
- hosts: all
roles:
- sbaerlocher.domain-membership
- Fixed empty var
- initial commit
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Simon Bärlocher