Skip to content

Instantly share code, notes, and snippets.

@jaycyb
Created May 19, 2016 09:16
Show Gist options
  • Save jaycyb/43aff0f0a2e58400c05062c9a3cef13c to your computer and use it in GitHub Desktop.
Save jaycyb/43aff0f0a2e58400c05062c9a3cef13c to your computer and use it in GitHub Desktop.
Install Ansible on a Windows machine (requires powershell 3.0+)
Set-ExecutionPolicy RemoteSigned; (New-Object System.Net.WebClient).DownloadFile("https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1", "ConfigureRemotingForAnsible.ps1"); & ./ConfigureRemotingForAnsible.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment