win_domain - Add ability to specify netbios name (#39084)

* Added netbios option to win_domain.ps1 and updated documentation

* formatting change

* formatting change

* adding version added line for domain_netbios_name

* Identation fix

* Clarity fixes for descriptions

Changes to description for netbios_domain_name and uniformity changes to other documentation sections (bringing them in line with other sections of the document).

* Fix minor indentation
This commit is contained in:
Joe Tauke 2018-04-24 00:35:38 -05:00 committed by Jordan Borean
commit a6d2f6fd95
2 changed files with 12 additions and 3 deletions

View file

@ -19,11 +19,16 @@ description:
options:
dns_domain_name:
description:
- the DNS name of the domain which should exist and be reachable or reside on the target Windows host
- The DNS name of the domain which should exist and be reachable or reside on the target Windows host.
required: yes
domain_netbios_name:
description:
- The netbios name of the domain.
- If not set, then the default netbios name will be the first section of dns_domain_name, up to, but not including the first period.
version_added: '2.6'
safe_mode_password:
description:
- safe mode password for the domain controller
- Safe mode password for the domain controller.
required: yes
database_path:
description: