Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win_domain modules: ensure Netlogon service is still running after promotion #43703

Merged
merged 1 commit into from
Aug 10, 2018

Conversation

jborean93
Copy link
Contributor

SUMMARY

When promoting a server to a domain controller, Ansible is unable to authenticate to the server unless it is manually rebooted, the Netlogon service is started manually, or basic auth is used. This change tries to start the Netlogon service manually before returning back to the host so subsequent calls like win_reboot can reboot the host.

Fixes #39235

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_domain
win_domain_controller

ANSIBLE VERSION
2.6
devel

@ansibot
Copy link
Contributor

ansibot commented Aug 6, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community labels Aug 6, 2018
@ryansb ryansb removed the needs_triage Needs a first human triage before being processed. label Aug 7, 2018
# with ansible_winrm_transport=basic so we just display a warning if
# this fails.
try {
Start-Service -Name Netlogon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if its worth 'treading lightly' and only calling 'Start-Service' if Netlogon isn't currently running? Would potentially avoid an unneeded warning if using Basic auth?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not, if the service is already running it shouldn't be doing anything. If an error comes up then it's probably a sign of a bigger issue and we should know about it.

@jborean93 jborean93 merged commit 7b1cc11 into ansible:devel Aug 10, 2018
@jborean93 jborean93 deleted the win_domain-netlogon branch August 10, 2018 06:17
jborean93 added a commit to jborean93/ansible that referenced this pull request Aug 10, 2018
@jborean93
Copy link
Contributor Author

Backport PR to stable-2.6 #43913

alikins added a commit that referenced this pull request Aug 10, 2018
* devel: (30 commits)
  Prevent data being truncated over persistent connection socket (#43885)
  Fix eos_command integration test failures (#43922)
  Update iosxr cliconf plugin (#43837)
  win_domain modules: ensure Netlogon service is still running after promotion (#43703)
  openvswitch_db : Handle column value conversion and idempotency in no_key case (#43869)
  Fix typo
  Fix spelling of ansbile to ansible (#43898)
  added platform guides for NOS and VOSS (#43854)
  Fix download URL for yum integration test.
  New module for managing EMC VNX Block storage (#42945)
  Docker integration tests: factorize setup (#42306)
  VMware: datastore selection (#35812)
  Remove unnecessary features from cli_command (#43829)
  [doc] import_role: mention version from which behavior changed and fix some typos (#43843)
  Add source interface and use-vrf features (#43418)
  Fix unreferenced msg from vmware_host (#43872)
  set supports_generate_diff to False vyos (#43873)
  add group_by_os_family in azure dynamic inventory (#40702)
  ansible-test: Create public key creating Windows targets (#43760)
  azure_rm_loadbalancer_facts.py: list() takes at least 2 arguments fix (#29046) (#29050)
  ...
mattclay pushed a commit that referenced this pull request Aug 13, 2018
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. support:core This issue/PR relates to code supported by the Ansible Engineering Team. windows Windows community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

win_domain - Unable to issue winrm commands following promotion to Domain Controller
4 participants