ansible/README.md

35 lines
852 B
Markdown
Raw Normal View History

2012-02-23 19:17:24 +00:00
Ansible
=======
2012-03-08 18:59:12 +00:00
Ansible is a radically simple configuration-management, deployment, task-execution, and
multinode orchestration framework.
2012-02-23 19:17:24 +00:00
2012-03-08 18:59:12 +00:00
Read all about at it at (http://ansible.github.com)
2012-02-24 02:47:31 +00:00
Design Principles
=================
2012-02-23 19:17:24 +00:00
2012-02-28 02:26:23 +00: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 18:59:12 +00:00
* The easiest config management system to use, ever.
2012-02-23 19:17:24 +00:00
2012-03-08 18:59:12 +00:00
Get Involved
2012-02-23 19:17:24 +00:00
============
* [ansible-project mailing list](http://groups.google.com/group/ansible-project)
* irc.freenode.net: #ansible
2012-02-29 18:58:46 +00:00
2012-02-23 19:17:24 +00:00
Author
======
2012-02-24 02:47:31 +00:00
Michael DeHaan -- michael.dehaan@gmail.com
2012-02-23 19:28:39 +00:00
2012-02-24 02:47:31 +00:00
[http://michaeldehaan.net](http://michaeldehaan.net/)
2012-02-23 19:28:39 +00:00