Version: 2.3.5
This role joins a Windows machine to a test Active Directory Domain during Molecule testing.
Platform | Versions |
---|---|
Windows |
|
Collection |
---|
community.windows |
Option | Description | Type | Required | Choices | Default |
---|---|---|---|---|---|
dc_inventory_name | The Ansible inventory name of the test domain controller. |
str | no | dc | |
dc_ip_address | The IP address of the test domain controller. |
str | no | {{ hostvars[dc_inventory_name].ansible_host }} | |
domain_name | The name of the domain to join. |
str | no | test.loc | |
domain_join_username | The username to use to join the domain. |
str | no | vagrant | |
domain_join_password | The password to use to join the domain. |
str | no | vagrant | |
domain_join_hostname | The hostname of the joining machine. |
str | no | {{ inventory_hostname }} | |
dns_register_host | Whether to register the hostname in DNS. |
bool | no | True | |
dns_ip_address | The IP address to register in DNS. |
str | no | {{ ansible_host }} | |
dns_register_reverse_host | Whether to register the reverse hostname in DNS. |
bool | no | True | |
dns_reverse_zone | The reverse DNS zone to register the reverse hostname in. |
str | no | {{ (dns_ip_address | |
dns_reverse_name | The reverse DNS name to register. |
str | no | {{ (dns_ip_address | |
dns_reverse_value | The reverse DNS value to register. |
str | no | {{ inventory_hostname }}.{{ domain_name }} |
MIT
Jim Tarpley