Last active
September 23, 2023 00:43
-
-
Save watermint/917b566f69ad1387d90514fb1d06d4f7 to your computer and use it in GitHub Desktop.
Ansible Setup
This file contains 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
Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile ConfigureRemotingForAnsible.ps1 | |
powershell -ExecutionPolicy RemoteSigned .\ConfigureRemotingForAnsible.ps1 | |
ipconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment