Install Ansible using cygwin

0 votes
How do Install ansible using Cygwin on windows?
Jan 10, 2019 in Ansible by Esha
7,983 views

1 answer to this question.

0 votes

Follow these steps to install ansible using cygwin:

  • Download Cygwin
  • Run the cygwin installation file
  • Select download source as "Select from Internet"
  • Set a root directory where you would like your application installed
  • Select a directory where you would like to install your cygwin packages
  • Select Direct connection if you're not using proxy.
  • Select a mirror to download your packages
  • Packages available for installation will be shown, select their default packages and select next
  • The same for dependencies
  • Double-click on cygwin64 terminal icon
  • Execute these commands:
alias cyg-get="/cygdrive/d/path/to/cygwin/setup-x86_64.exe -q -P"
curl cygwin32-gcc-g++ 
gcc-core gcc-g++ git libffi-devel nano openssl openssl-devel python-crypto python2 python2-devel python2-openssl python2-pip python2-setuptools tree
pip install ansible

And tada, you're ready to use ansible. Hope it helps:)

answered Jan 10, 2019 by Kush
its not curl , use cyg-get gcc-g++ .....

Related Questions In Ansible

0 votes
2 answers

How do i install Ansible using virtualenv

Adding to @Mohit's answer,  For CentOS and RHEL: sudo ...READ MORE

answered Jan 10, 2019 in Ansible by Dikinson
5,190 views
0 votes
1 answer

Install git using Ansible

Installing git using ansible is pretty simple. ...READ MORE

answered Mar 15, 2019 in Ansible by Haider
22,508 views
0 votes
1 answer

How to install httpd web server in remote node using Ansible?

Hi@akhtar, You need to use the package module in Ansible. ...READ MORE

answered Jul 30, 2020 in Ansible by MD
• 95,440 points
2,189 views
0 votes
1 answer

How to install mongodb on centos 7 using ansible

Hi@Shashi, I think for MongoDB you need to ...READ MORE

answered Sep 16, 2020 in Ansible by MD
• 95,440 points
3,036 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Install mean stack on ubuntu using ansible

You can have three roles  under /etc/ansible/roles -prerequisites -mongodb -nodejs under /etc/ansible ...READ MORE

answered Mar 15, 2019 in Ansible by Janice
983 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP