README.md
f3142157
 Ansible
 =======
 
1c9b43df
 Ansible is a radically simple configuration-management, deployment, task-execution, and
 multinode orchestration framework.
f3142157
 
240d7bf1
 Read the documentation and more at http://ansibleworks.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 
240d7bf1
 instructions on http://ansibleworks.com/docs/gettingstarted.html for a variety of platforms.  If you want a tarball of the last release, go to 
 http://ansibleworks.com/releases/ and you can also install with pip (though that will bring in some optional binary dependencies you normally do not need).
e25b2fb4
 
03647d64
 Design Principles
 =================
f3142157
 
f32f5d5a
    * Dead simple setup
    * Super fast & parallel by default
    * No server or client daemons; use existing SSHd
    * No additional software required on client boxes
    * Modules can be written in ANY language
    * Awesome API for creating very powerful distributed scripts
    * Be usable as non-root
56de2e11
    * The easiest config management system to use, ever.
f3142157
 
56de2e11
 Get Involved
f3142157
 ============
 
4bef5dd0
    * [ansible-project mailing list](http://groups.google.com/group/ansible-project), rss: [here](https://groups.google.com/group/ansible-project/feed/rss_v2_0_msgs.xml?num=50&pli=1)
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
 ======
 
d2bc1d5f
 Michael DeHaan -- michael@ansibleworks.com
5170a9fe
 
12bcd4ad
 [AnsibleWorks](http://ansibleworks.com)