mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 06:19:10 -07:00
This reverts commit 85d836171b
.
As discussed in WWG IRC meeting, we don't want Get-ADObject to be a dependency of win_domain_membership, and we need to be able to authenticate to the DC in some configs. We can revisit this change a different way for 2.9.
This commit is contained in:
parent
df72317b29
commit
97446f0eca
5 changed files with 7 additions and 29 deletions
|
@ -48,13 +48,6 @@ options:
|
|||
description:
|
||||
- When C(state) is C(workgroup), the name of the workgroup that the Windows host should be in.
|
||||
type: str
|
||||
allow_existing_computer_account:
|
||||
description:
|
||||
- If a host with the same hostname is already in the AD, replace it.
|
||||
type: bool
|
||||
choices: [ true, false ]
|
||||
default: false
|
||||
version_added: "2.8"
|
||||
seealso:
|
||||
- module: win_domain
|
||||
- module: win_domain_controller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue