No description
Find a file
Michael DeHaan e3b4981feb Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed
during setup, async tasks, or poll operations.  This introduced some redundancy so I've made some
notes in the code where things need to be refactored to remove them.
2012-03-13 21:30:34 -04:00
bin Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed 2012-03-13 21:30:34 -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 Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed 2012-03-13 21:30:34 -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