Skip to content

Commit

Permalink
Update windows_userdata.txt.j2
Browse files Browse the repository at this point in the history
SUMMARY
ConfigureRemotingForAnsible.ps1 should point to the 2.15 branch of the ansible/ansible repo

ISSUE TYPE
Feature Pull Request
COMPONENT NAME
provisioner
  • Loading branch information
bbethell-1 committed Jul 13, 2023
1 parent 305190c commit b238b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Set-MpPreference -DisableRealtimeMonitoring $true
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

# Enable WinRM
Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile C:\ConfigureRemotingForAnsible.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible/stable-2.15/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile C:\ConfigureRemotingForAnsible.ps1
C:\ConfigureRemotingForAnsible.ps1 -ForceNewSSLCert -EnableCredSSP

# Set Administrator Password
Expand Down

0 comments on commit b238b09

Please sign in to comment.