python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Packer + Ansible - "winrm or requests is not installed: No module named 'winrm'"
I'm trying to integrate Ansible with Packer to configure a Windows Client.
Running from Azure Pipelines:
Ubuntu-Latest
Python 3.8.10
ansible [core 2.12.4]
packer 1.8.0
In the Pipeline I have tried t...
ASHR
Votes: 0
Answers: 1
WinRM fails: The client cannot connect to the destination specified in the request
I have two servers (sourceserver1 and destinationserver1). They are not on the same network segment, but do have connectivity. Today, Invoke-Command stopped working when sourceserver1 tries to connect...
StackExchangeGuy
Votes: 0
Answers: 1
Unable to do WinRM from Domain machine to Standalone machine (both are Azure VM)
I am trying to do WINRM on standalone machine from Devops pipeline agent machine. Both machines are part of our network and both are Azure VM.
Analysis/ activities so far:
I have domain user access on...
dotnetavalanche
Votes: 0
Answers: 1
Packer WinRM connection refused
I'm using packer to create a Windows Host in GCP.
This is my packer file:
source "googlecompute" "windows-winrm-ansible" {
image_name = "windows-image-name"
pro...

Miguel Cardoso
Votes: 0
Answers: 1