README.md
31cf5b39
 [![PyPI version](https://badge.fury.io/py/ansible.png)](http://badge.fury.io/py/ansible) [![PyPI downloads](https://pypip.in/d/ansible/badge.png)](https://pypi.python.org/pypi/ansible)
b0bcef06
 
3aa5283d
 
f3142157
 Ansible
 =======
 
597809f5
 Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine.
f3142157
 
d07a3b5e
 Read the documentation and more at http://ansible.com/
03647d64
 
e25b2fb4
 Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release.  You can find 
d07a3b5e
 instructions [here](http://docs.ansible.com/intro_getting_started.html) for a variety of platforms.  If you want a tarball of the last release, go to [releases.ansible.com](http://releases.ansible.com/ansible) and you can also install with pip.
e25b2fb4
 
03647d64
 Design Principles
 =================
f3142157
 
a65d5346
    * Have a dead simple setup process and a minimal learning curve
597809f5
    * Be super fast & parallel by default
    * Require no server or client daemons; use existing SSHd
a65d5346
    * Use a language that is both machine and human friendly
    * Focus on security and easy auditability/review/rewriting of content
597809f5
    * Manage remote machines instantly, without bootstrapping
    * 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.
   
56de2e11
 Get Involved
f3142157
 ============
 
7ff430f4
    * Read [Contributing.md](https://github.com/ansible/ansible/blob/devel/CONTRIBUTING.md) 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.  
    * 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.
4ce1f1dd
    * irc.freenode.net: #ansible
a191af6a
 
66869c39
 Branch Info
 ===========
 
bd2a5724
    * Releases are named after Van Halen songs.
e7e68e69
    * The devel branch corresponds to the release actively under development.
66f240f5
    * Various release-X.Y branches exist for previous releases
e7e68e69
    * We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.
a490213d
 
f3142157
 Author
 ======
 
2e9cfaab
 Ansible was created by Michael DeHaan (michael@ansible.com) and has contributions from over
 700 users (and growing).  Thanks everyone!
5170a9fe
 
d07a3b5e
 [Ansible, Inc](http://ansible.com)
9c2032a8