23496 Forks
57915 Stars
57915 Watchers

ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

How to download and setup ansible

Open terminal and run command
git clone https://github.com/ansible/ansible.git
git clone is used to create a copy or clone of ansible repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ansible https://github.com/ansible/ansible/archive/master.zip

Or simply clone ansible with SSH
[email protected]:ansible/ansible.git

If you have some problems with ansible

You may open issue on ansible support forum (system) here: https://github.com/ansible/ansible/issues