Skip to content

alangibson/ansible-cygwin-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ansible-cygwin-installer

Install Ansible on Windows under Cygwin

This Powershell script will download and install Cygwin and Ansible. Since Ansible is officially Linux-only, it is necessary to install and execute it on Windows via Cygwin.

Run from Powershell

Set-ExecutionPolicy bypass
& ansible-cygwin-installer.ps1

Run from cmd with

powershell -ExecutionPolicy bypass "ansible-cygwin-installer.ps1"

About

Install Ansible on Windows under Cygwin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published