2012-02-23 20:17:24 +01:00
|
|
|
Ansible
|
|
|
|
=======
|
|
|
|
|
2012-03-08 19:59:12 +01:00
|
|
|
Ansible is a radically simple configuration-management, deployment, task-execution, and
|
|
|
|
multinode orchestration framework.
|
2012-02-23 20:17:24 +01:00
|
|
|
|
2012-03-08 19:59:12 +01:00
|
|
|
Read all about at it at (http://ansible.github.com)
|
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
|
|
|
============
|
|
|
|
|
2012-03-02 03:18:32 +01:00
|
|
|
* [ansible-project mailing list](http://groups.google.com/group/ansible-project)
|
|
|
|
* irc.freenode.net: #ansible
|
2012-02-29 19:58:46 +01:00
|
|
|
|
2012-03-31 17:38:06 +02:00
|
|
|
Patch Instructions
|
|
|
|
==================
|
|
|
|
|
|
|
|
Contributions to the core and modules are greatly welcome.
|
|
|
|
|
|
|
|
* Required Process:
|
|
|
|
* Submit github pull requests to the "ansible/integration" branch
|
|
|
|
* Make sure "make tests" passes before submitting any requests.
|
|
|
|
* Bonus points:
|
|
|
|
* Joining the mailing list
|
|
|
|
* Using squash merges
|
|
|
|
* Updating the "rst/*" files in the docs project and "docs/" manpage content
|
|
|
|
* Adding more unit tests
|
|
|
|
* Avoid:
|
|
|
|
* Sending patches to the mailing list directly.
|
|
|
|
* Sending pull requests to the 'master' branch instead of the integration branch.
|
|
|
|
* Sending pull requests to mpdehaan's personal ansible fork.
|
|
|
|
|
2012-02-23 20:17:24 +01:00
|
|
|
Author
|
|
|
|
======
|
|
|
|
|
2012-02-24 03:47:31 +01:00
|
|
|
Michael DeHaan -- michael.dehaan@gmail.com
|
2012-02-23 20:28:39 +01:00
|
|
|
|
2012-02-24 03:47:31 +01:00
|
|
|
[http://michaeldehaan.net](http://michaeldehaan.net/)
|
2012-02-23 20:28:39 +01:00
|
|
|
|
|
|
|
|