No description
Find a file
2012-03-14 21:56:49 -04:00
bin
docs/man
examples
hacking Added the 'test-module' script, useful for testing modules without running them in Ansible. 2012-03-14 21:49:27 -04:00
lib/ansible use iteritems vs items(), probably doesn't matter that much 2012-03-14 21:56:49 -04:00
library Added the 'test-module' script, useful for testing modules without running them in Ansible. 2012-03-14 21:49:27 -04:00
test Modules don't have to return JSON, key=value pairs is ok. 2012-03-14 21:16:15 -04:00
.gitignore
ansible.spec
AUTHORS.md
Makefile
MANIFEST.in
README.md
setup.py

Ansible

Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework.

Read all about at it at (http://ansible.github.com)

Design Principles

  • 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
  • The easiest config management system to use, ever.

Get Involved

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net