ansible/README.md

63 lines
1.9 KiB
Markdown
Raw Normal View History

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
============
* [ansible-project mailing list](http://groups.google.com/group/ansible-project)
* irc.freenode.net: #ansible
2012-02-29 19:58:46 +01:00
2012-04-26 03:23:50 +02:00
Branch Info
===========
* The master branch corresponds to release 0.3 "Baluchitherium".
* Bug fixes WILL be periodically made to the master branch.
* The devel branch corresponds to release 0.4 "Unchained".
* Note: sudo support works much better in 0.4/devel, consider trying it.
* See CHANGELOG.md for release notes to track each release.
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/devel" branch for features
* Fixes for bugs may be submitted to "ansible/master"
2012-03-31 17:38:06 +02:00
* 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 feature pull requests to the 'master' branch instead of the devel branch
2012-03-31 17:38:06 +02:00
* 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