This ansible role joins a redhat server to a windows domain specified based on user input variables.
| Variable | Default | Purpose |
|---|---|---|
| user | "" | user for joining the domain |
| pw | "" | password for joining the domain |
| domain | "" | domain to join |
| nameservers | "" | domain name servers to resolve dns lookups |
| rhn_key | "" | redhat network key |
| rhn_org | "" | redhat network organization |
None
- hosts: servers
roles:
- rhel-domainThis project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.