No description
Find a file
2012-03-18 17:25:22 -04:00
bin If the inventory file is EXECUTABLE, treat it as a file returning JSON, if called directly, return the host 2012-03-30 19:06:14 -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 Add note about localhost/auth 2012-03-30 19:58:28 -04:00
hacking Update env-setup script to make it work better 2012-03-18 12:28:22 -04:00
lib/ansible Fix indentation 2012-03-18 17:25:22 -04:00
library Remove comment about FIXME that is already resolved 2012-03-15 23:05:34 -04:00
test Modules don't have to return JSON, key=value pairs is ok. 2012-03-14 21:16:15 -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 host file must be marked config(noreplace), update rpm build to use checked in manpage src 2012-03-31 11:08:42 -04: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
setup.py Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not build the asciidoc from 2012-03-15 20:21: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