- Notifications
You must be signed in to change notification settings - Fork0
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.https://docs.ansible.com/ansible/
License
cdomingos/ansible
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ansible is a radically simple IT automation system. It handlesconfiguration management, application deployment, cloud provisioning,ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complexchanges like zero-downtime rolling updates with load balancers easy. More information onthe Ansible website.
- Have a dead simple setup process and a minimal learning curve.
- Manage machines very quickly and in parallel.
- Avoid custom-agents and additional open ports, be agentless byleveraging the existing SSH daemon.
- Describe infrastructure in a language that is both machine and humanfriendly.
- Focus on security and easy auditability/review/rewriting of content.
- Manage new remote machines instantly, without bootstrapping anysoftware.
- Allow module development in any dynamic language, not just Python.
- Be usable as non-root.
- Be the easiest IT automation system to use, ever.
You can install a released version of Ansible viapip
, a package manager, orourrelease repository. See ourinstallation guide for details on installing Ansibleon a variety of platforms.
Red Hat offers supported builds ofAnsible Engine.
Power users and developers can run thedevel
branch, which has the latestfeatures and fixes, directly. Although it is reasonably stable, you are more likely to encounterbreaking changes when running thedevel
branch. We recommend getting involvedin the Ansible community if you want to run thedevel
branch.
- ReadCommunityInformation for allkinds of ways to contribute to and interact with the project,including mailing list information and how to submit bug reports andcode to Ansible.
- Join aWorking Group, an organized community devoted to a specific technology domain or platform.
- Submit a proposed code update through a pull request to the
devel
branch. - Talk to us before making larger changesto avoid duplicate efforts. This not only helps everyoneknow what is going on, it also helps save time and effort if we decidesome changes are needed.
- For a list of email lists, IRC channels and Working Groups, see theCommunication page
- The
devel
branch corresponds to the release actively under development. - The
stable-2.X
branches correspond to stable releases. - Create a branch based on
devel
and set up adev environment if you want to open a PR. - See theAnsible release and maintenance page for information about active branches.
Based on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.7, 2.8).TheAnsible Roadmap page details what is planned and how to influence the roadmap.
Ansible was created byMichael DeHaanand has contributions from over 4700 users (and growing). Thanks everyone!
Ansible is sponsored byRed Hat, Inc.
GNU General Public License v3.0 or later
SeeCOPYING to see the full text.
About
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.https://docs.ansible.com/ansible/
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
Languages
- Python97.0%
- PowerShell2.5%
- C#0.3%
- Shell0.2%
- Makefile0.0%
- Tcl0.0%