ansible/README.md

35 lines
852 B
Markdown
Raw Normal View History

2012-02-23 14:17:24 -05:00
Ansible
=======
2012-03-08 13:59:12 -05:00
Ansible is a radically simple configuration-management, deployment, task-execution, and
multinode orchestration framework.
2012-02-23 14:17:24 -05:00
2012-03-08 13:59:12 -05:00
Read all about at it at (http://ansible.github.com)
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-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