2012-02-23 19:17:24 +00:00
|
|
|
Ansible
|
|
|
|
=======
|
|
|
|
|
2012-08-07 01:00:21 +00:00
|
|
|
Ansible is a radically simple configuration-management, deployment, task-execution, and
|
|
|
|
multinode orchestration framework.
|
2012-02-23 19:17:24 +00:00
|
|
|
|
2012-09-25 01:56:37 +00:00
|
|
|
Read the documentation and more at http://ansible.cc
|
2012-02-24 02:47:31 +00:00
|
|
|
|
2013-02-04 03:17:13 +00:00
|
|
|
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
|
2013-02-04 03:20:04 +00:00
|
|
|
instructions on http://ansible.cc/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to
|
|
|
|
http://ansible.cc/releases/ and you can also install with pip (though that will bring in some optional binary dependencies you normally do not need).
|
2013-02-04 03:17:13 +00:00
|
|
|
|
2012-02-24 02:47:31 +00:00
|
|
|
Design Principles
|
|
|
|
=================
|
2012-02-23 19:17:24 +00:00
|
|
|
|
2012-02-28 02:26:23 +00:00
|
|
|
* 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
|
2012-03-08 18:59:12 +00:00
|
|
|
* The easiest config management system to use, ever.
|
2012-02-23 19:17:24 +00:00
|
|
|
|
2012-03-08 18:59:12 +00:00
|
|
|
Get Involved
|
2012-02-23 19:17:24 +00:00
|
|
|
============
|
|
|
|
|
2013-04-03 15:51:55 +00:00
|
|
|
* [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)
|
2012-03-02 02:18:32 +00:00
|
|
|
* irc.freenode.net: #ansible
|
2012-02-29 18:58:46 +00:00
|
|
|
|
2012-04-26 01:23:50 +00:00
|
|
|
Branch Info
|
|
|
|
===========
|
|
|
|
|
2012-07-04 22:06:38 +00:00
|
|
|
* Releases are named after Van Halen songs.
|
2012-09-18 03:03:11 +00:00
|
|
|
* The devel branch corresponds to the release actively under development.
|
2012-08-07 01:15:39 +00:00
|
|
|
* Various release-X.Y branches exist for previous releases
|
2012-09-18 03:03:11 +00:00
|
|
|
* We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.
|
2012-07-04 18:03:59 +00:00
|
|
|
|
2012-02-23 19:17:24 +00:00
|
|
|
Author
|
|
|
|
======
|
|
|
|
|
2013-04-06 20:20:20 +00:00
|
|
|
Michael DeHaan -- michael@ansibleworks.com
|
2012-02-23 19:28:39 +00:00
|
|
|
|
2013-04-06 20:22:21 +00:00
|
|
|
[AnsibleWorks](http://ansibleworks.com)
|