No description
Find a file
2012-03-22 00:33:10 -04:00
bin move callbacks to seperate file, anticipating callbacks for Runner() as well 2012-03-21 22:18:57 -04:00
docs/man host file must be marked config(noreplace), update rpm build to use checked in manpage src 2012-03-31 11:08:42 -04:00
examples Move playbook for user commands into examples dir 2012-03-22 00:33:10 -04:00
hacking Update env-setup script to make it work better 2012-03-18 12:28:22 -04:00
lib/ansible Allow groups to be passed to runner API to make parse_hosts optional, misc fixes as a result of refactoring in Runner. 2012-03-22 00:30:05 -04:00
library Merge pull request #93 from sfromm/user-module 2012-03-22 19:24:53 -07:00
test Move playbook for user commands into examples dir 2012-03-22 00:33:10 -04:00
.gitignore
ansible.spec host file must be marked config(noreplace), update rpm build to use checked in manpage src 2012-03-31 11:08:42 -04:00
AUTHORS.md
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
Makefile Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume 2012-03-18 17:53:58 -04:00
MANIFEST.in
README.md HTML doesn't work like that on that page :) 2012-03-20 21:07:33 -04:00
setup.py

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