No description
Find a file
2012-03-14 21:56:49 -04:00
bin Fix -t tree mode so it writes out the value for each host, not everything, once again 2012-03-13 21:38:06 -04:00
docs/man Add -T to playbook manpage 2012-03-13 21:54:42 -04:00
examples Rename hosts file back since included by MANIFEST.in 2012-03-13 22:00:03 -04:00
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 Fixup RPM building: Makefile, Spec File, .gitignore 2012-03-10 14:22:11 -05:00
ansible.spec modify build/spec file to work on el6 with quasi-broken setup process 2012-03-13 11:08:10 -04:00
AUTHORS.md Update AUTHORS 2012-03-02 23:12:43 -05:00
Makefile Fixup RPM building: Makefile, Spec File, .gitignore 2012-03-10 14:22:11 -05:00
MANIFEST.in modify build/spec file to work on el6 with quasi-broken setup process 2012-03-13 11:08:10 -04:00
README.md Update README.md 2012-03-08 13:59:12 -05:00
setup.py modify build/spec file to work on el6 with quasi-broken setup process 2012-03-13 11:08:10 -04:00

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