ansible/README.md

47 lines
1.5 KiB
Markdown
Raw Normal View History

2012-02-23 14:17:24 -05:00
Ansible
=======
2012-08-06 21:00:21 -04:00
Ansible is a radically simple configuration-management, deployment, task-execution, and
multinode orchestration framework.
2012-02-23 14:17:24 -05:00
2012-09-24 21:56:37 -04:00
Read the documentation and more at http://ansible.cc
2012-02-23 21:47:31 -05:00
2013-02-03 22:17:13 -05: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-03 22:20:04 -05: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-03 22:17:13 -05:00
2012-02-23 21:47:31 -05:00
Design Principles
=================
2012-02-23 14:17:24 -05:00
2012-02-27 21:26:23 -05: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 13:59:12 -05:00
* The easiest config management system to use, ever.
2012-02-23 14:17:24 -05:00
2012-03-08 13:59:12 -05:00
Get Involved
2012-02-23 14:17:24 -05:00
============
* [ansible-project mailing list](http://groups.google.com/group/ansible-project)
* irc.freenode.net: #ansible
2012-02-29 13:58:46 -05:00
2012-04-25 21:23:50 -04:00
Branch Info
===========
2012-07-04 18:06:38 -04:00
* Releases are named after Van Halen songs.
2012-09-17 23:03:11 -04:00
* The devel branch corresponds to the release actively under development.
2012-08-06 21:15:39 -04:00
* Various release-X.Y branches exist for previous releases
2012-09-17 23:03:11 -04:00
* We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.
2012-02-23 14:17:24 -05:00
Author
======
2012-02-23 21:47:31 -05:00
Michael DeHaan -- michael.dehaan@gmail.com
2012-02-23 14:28:39 -05:00
2012-02-23 21:47:31 -05:00
[http://michaeldehaan.net](http://michaeldehaan.net/)
2012-02-23 14:28:39 -05:00