Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows Server » How to configure a remote Windows Server to Support Ansible
  • Comprehensive guide on WSUS setup
    How to install WSUS on Windows Server 2022 Windows Server
  • License
    Windows Licensing: How to find your Windows 10 Product key Windows
  • dfghjk
    How to setup and arrange your external displays on your Mac Mac
  • How to determine Active Directory Site Name
    How to determine Active Directory Site Name Network | Monitoring
  • Configure Data Deduplication on Windows Server
    Video on how to Configure Data Deduplication on Windows Server Windows Server
  • DevOps
    Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub AWS/Azure/OpenShift
  • jmeterimage
    Apache JMeter Load Testing: Test Mobile Apps on Windows Configuration Management Tool
  • sdfg
    How to Upgrade Windows Admin Center Manually Windows Server

How to configure a remote Windows Server to Support Ansible

Posted on 17/04/202012/03/2024 Christian By Christian No Comments on How to configure a remote Windows Server to Support Ansible
configure remote server

In this artile, you will learn how to configure a remote Windows Server to Support Ansible. Ansible works against multiple systems in your infrastructure at the same time. It does this by selecting portions of systems listed in the Ansible inventory file. This file can be found in this location /etc/ansible/hosts. You can specify a different inventory file using the -i <path> option on the command line Since Windows Server 2012. Please see how to install and configure Ansible on Ubuntu.

Note: WinRM is enabled by default, but in most cases extra configuration is required to use WinRM with Ansible. Below are the steps to configure Windows hosts to be supported by Ansible.

Also, see how to Install and configure Ansible on Azure Virtual Machine, and how to fix “WinRM cannot complete the operation, verify that the specified computer name is valid“.

Prerequisites for managing Server with Ansible

Ensure you have the right version of PowerShell and .NET Framework.

Here is the Concept of Ansible on Windows using Cygwin, how to automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines, and how to fix “WinRM cannot complete the operation, verify that the specified computer name is valid“

Ansible WinRM Connectivity setup for Ansible

The default ports for WinRM 2.x are HTTP port 5985 and HTTPS port 5986.

Method 1

This is my recommended method. Right-click on the content and copy the entire content into Notepad ++

The file type and extension (.ps1) must be appended as shown below. Select the location to want to have the WinRM script saved.

In my case, I have saved the file on the Desktop under the name ConfigureRemotingForAnsible.ps1

Windows
Script Source: RAW GitHub

Next, Then run the PowerShell script. as shown below. Ensure to launch PowerShell as an Administrator

Support Ansible

Navigate to the script location and run it. In this case, we have navigated to the Desktop location where we saved the script. Next, proceed and execute the WinRM script on the Windows host.

Ansible configuration

The output signifies that WinRM has successfully been installed.

This will set the basic settings. The ConfigureRemotingForAnsible.ps1 script is intended for training and development purposes only and should not be used in a production environment since it enables settings (like Basic authentication) that can be inherently insecure.

When this step is complete and the host inventory file is configured correctly as described in this IP Address UNREACHABLE: HTTP connection pool Max exceeded. Then you should be able to ping the remote host successfully as shown below.

Note: You may need to configure the Execution Policy in PowerShell in order to allow scripts to run. See the following link for more information on setting up a Windows host.

Method 2

Use this method before if you will like to run the script locally without an internet connection. To run this command remotely, use the PSEXEC command to do this

psexec \\myserver -accepteula -nobanner -s -u DOMAIN\Administrator powershell -ExecutionPolicy Bypass -Command "iwr https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -UseBasicParsing | iex"

There is also a free utility on enabling WinRM on Windows Machine locally and remotely

I hope you found this guide on how to configure a remote Windows Server to Support Ansible very useful. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Configuration Management Tool, RemoteConnection

Post navigation

Previous Post: IP Address UNREACHABLE: HTTP connection pool Max exceeded
Next Post: Ansible error: Server unreachable, ssl: auth method ssl requires a password

Related Posts

  • image 64
    Windows Local Account Authorization and Access Control Windows
  • Fix Boot Failed UEFI SCSI Device on HyperV
    How to Fix Boot Failed UEFI SCSI Device on HyperV Virtualization
  • dfggg 2
    Installing and configuring SimpleSAMLphp [Part 2] Windows Server
  • Featured image wifipass
    Find saved Wi-Fi Passwords in Windows 10 and 11 Network | Monitoring
  • find my device banner
    How to Enable Find My Device on Windows 11 Windows
  • WinPE
    How to uninstall and upgrade ADK, WinPE, and MDT Windows Server

More Related Articles

image 64 Windows Local Account Authorization and Access Control Windows
Fix Boot Failed UEFI SCSI Device on HyperV How to Fix Boot Failed UEFI SCSI Device on HyperV Virtualization
dfggg 2 Installing and configuring SimpleSAMLphp [Part 2] Windows Server
Featured image wifipass Find saved Wi-Fi Passwords in Windows 10 and 11 Network | Monitoring
find my device banner How to Enable Find My Device on Windows 11 Windows
WinPE How to uninstall and upgrade ADK, WinPE, and MDT Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Comprehensive guide on WSUS setup
    How to install WSUS on Windows Server 2022 Windows Server
  • License
    Windows Licensing: How to find your Windows 10 Product key Windows
  • dfghjk
    How to setup and arrange your external displays on your Mac Mac
  • How to determine Active Directory Site Name
    How to determine Active Directory Site Name Network | Monitoring
  • Configure Data Deduplication on Windows Server
    Video on how to Configure Data Deduplication on Windows Server Windows Server
  • DevOps
    Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub AWS/Azure/OpenShift
  • jmeterimage
    Apache JMeter Load Testing: Test Mobile Apps on Windows Configuration Management Tool
  • sdfg
    How to Upgrade Windows Admin Center Manually Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.