README.md
1f899e92
 [![PyPI version](https://img.shields.io/pypi/v/ansible.svg)](https://pypi.python.org/pypi/ansible)
49745924
 [![Build Status](https://api.shippable.com/projects/573f79d02a8192902e20e34b/badge?branch=devel)](https://app.shippable.com/projects/573f79d02a8192902e20e34b)
b0bcef06
 
3aa5283d
 
f3142157
 Ansible
 =======
 
56b90390
 Ansible is a radically simple IT automation system.  It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers.
f3142157
 
fafcbf17
 Read the documentation and more at https://ansible.com/
03647d64
 
6c4f365e
 Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release.
56b90390
 
4fb283a4
 You can find instructions [here](https://docs.ansible.com/ansible/intro_installation.html) for a variety of platforms.
e25b2fb4
 
03647d64
 Design Principles
 =================
f3142157
 
a65d5346
    * Have a dead simple setup process and a minimal learning curve
56b90390
    * Manage machines very quickly and in parallel
    * Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon
    * Describe infrastructure in a language that is both machine and human friendly
a65d5346
    * Focus on security and easy auditability/review/rewriting of content
56b90390
    * Manage new remote machines instantly, without bootstrapping any software
597809f5
    * Allow module development in any dynamic language, not just Python
f32f5d5a
    * Be usable as non-root
597809f5
    * Be the easiest IT automation system to use, ever.
6c4f365e
 
56de2e11
 Get Involved
f3142157
 ============
 
6c4f365e
    * Read [Community Information](https://docs.ansible.com/community.html) for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.
3df35c29
    * All code submissions are done through pull requests.  Take care to make sure no merge commits are in the submission, and use `git rebase` vs `git merge` for this reason.  If submitting a large code change (other than modules), it's probably a good idea to join ansible-devel and talk about what you would like to do or add first and to avoid duplicate efforts.  This not only helps everyone know what's going on, it also helps save time and effort if we decide some changes are needed.
fafcbf17
    * Users list: [ansible-project](https://groups.google.com/group/ansible-project)
    * Development list: [ansible-devel](https://groups.google.com/group/ansible-devel)
    * Announcement list: [ansible-announce](https://groups.google.com/group/ansible-announce) - read only
4ce1f1dd
    * irc.freenode.net: #ansible
a191af6a
 
66869c39
 Branch Info
 ===========
 
6cba3030
    * Releases are named after Led Zeppelin songs. (Releases prior to 2.0 were named after Van Halen songs.)
e7e68e69
    * The devel branch corresponds to the release actively under development.
6c4f365e
    * For releases 1.8 - 2.2, modules are kept in different repos, you'll want to follow [core](https://github.com/ansible/ansible-modules-core) and [extras](https://github.com/ansible/ansible-modules-extras)
296d33d2
    * Various release-X.Y branches exist for previous releases.
fafcbf17
    * We'd love to have your contributions, read [Community Information](https://docs.ansible.com/community.html) for notes on how to get started.
a490213d
 
0354d19f
 Authors
 =======
f3142157
 
312e79cc
 Ansible was created by [Michael DeHaan](https://github.com/mpdehaan) (michael.dehaan/gmail/com) and has contributions from over 1000 users (and growing).  Thanks everyone!
5170a9fe
 
fafcbf17
 Ansible is sponsored by [Ansible, Inc](https://ansible.com)
9c2032a8
 
710ede41
 Licence
 =======
6c4f365e
 GNU
710ede41
 Click on the [Link](COPYING) to see the full text.
 
8d500215