Created
November 29, 2014 16:50
-
-
Save cchurch/756b9fd267ab474dc2ce to your computer and use it in GitHub Desktop.
Powershell to Download/Run Script for Configure for Ansible Remoting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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