ansible/README.md

45 lines
1.7 KiB
Markdown
Raw Normal View History

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