No description
Find a file
2012-03-30 22:47:58 -04:00
bin Treat module args as strings everywhere to avoid unneccessary shlex and requoting 2012-03-30 22:47:58 -04:00
docs/man Show when options require arguments in the man pages. 2012-03-23 22:29:51 -04:00
examples Sudo support operational in both playbooks and main program. Implementation could use some cleanup. 2012-03-29 22:59:29 -04:00
hacking
lib/ansible Treat module args as strings everywhere to avoid unneccessary shlex and requoting 2012-03-30 22:47:58 -04:00
library Fix except statement in template module. 2012-03-30 11:46:30 +02:00
test Treat module args as strings everywhere to avoid unneccessary shlex and requoting 2012-03-30 22:47:58 -04:00
.gitignore
ansible.spec Update packaging WRT AUTHORS.md 2012-03-26 22:30:48 -04:00
COPYING
Makefile Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume 2012-03-18 17:53:58 -04:00
MANIFEST.in Update packaging WRT AUTHORS.md 2012-03-26 22:30:48 -04:00
README.md HTML doesn't work like that on that page :) 2012-03-20 21:07:33 -04:00
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