Skip to content

Instantly share code, notes, and snippets.

@watermint
Last active September 23, 2023 00:43
Show Gist options
  • Save watermint/917b566f69ad1387d90514fb1d06d4f7 to your computer and use it in GitHub Desktop.
Save watermint/917b566f69ad1387d90514fb1d06d4f7 to your computer and use it in GitHub Desktop.
Ansible Setup
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