Go to file
2012-03-13 19:27:13 -04:00
bin Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :) 2012-03-13 19:19:54 -04:00
docs/man add polling info to manpage 2012-03-11 21:09:44 -04:00
examples restructure the examples directory 2012-03-13 19:27:13 -04:00
hacking Move print statements out of playbook.py and back into CLI so we can simplify playbook operations 2012-03-06 19:24:36 -05:00
lib/ansible Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :) 2012-03-13 19:19:54 -04:00
library yum module 2012-03-12 16:31:13 -04:00
test Setup module tests 2012-04-04 11:55:24 -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