No description
Find a file
2012-03-11 19:27:43 -04:00
bin Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko 2012-03-11 18:40:35 -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 Fixed up async and polling logic. 2012-03-11 19:27:43 -04:00
library Fixed up async and polling logic. 2012-03-11 19:27:43 -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
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