No description
Find a file
Michael DeHaan db7ba87111 Add polling logic in runner such that all actions get kicked off everywhere then polling
happens only on needed hosts, allowing some hosts to fail and drop out of the running.
2012-03-11 20:54:54 -04:00
bin Add polling logic in runner such that all actions get kicked off everywhere then polling 2012-03-11 20:54:54 -04:00
docs/man Fixup RPM building: Makefile, Spec File, .gitignore 2012-03-10 14:22:11 -05:00
examples Fixes for better RPM packaging 2012-03-10 16:19:33 -05: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 Add polling logic in runner such that all actions get kicked off everywhere then polling 2012-03-11 20:54:54 -04:00
library Add polling logic in runner such that all actions get kicked off everywhere then polling 2012-03-11 20:54:54 -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 Change Source0 in spec file to point at github downloads 2012-03-10 16:25:46 -05: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 Fixes for better RPM packaging 2012-03-10 16:19:33 -05:00
README.md Update README.md 2012-03-08 13:59:12 -05:00
setup.py Fixup RPM building: Makefile, Spec File, .gitignore 2012-03-10 14:22:11 -05: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