Skip to content

Instantly share code, notes, and snippets.

@cchurch
Created November 29, 2014 16:50
Show Gist options
  • Save cchurch/756b9fd267ab474dc2ce to your computer and use it in GitHub Desktop.
Save cchurch/756b9fd267ab474dc2ce to your computer and use it in GitHub Desktop.
Powershell to Download/Run Script for Configure for Ansible Remoting
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment