Go to file
Michael DeHaan 85fb83a5db Merge pull request #1282 from dagwieers/mail-callback
Example plugin to send out mails on error
2012-10-10 15:37:59 -07:00
bin Different return codes for different errors. 2012-10-04 17:43:25 +07:00
contrib Module network_facts to gather facts based on network information 2012-10-10 00:20:50 +02:00
docs/man Keep the man3 directory. 'make docs' breaks without it. 2012-10-08 12:28:20 -04:00
docsite Merge pull request #1276 from mxxcon/patch-1 2012-10-10 05:31:22 -07:00
examples Allow user-specified $ansible_managed string with named parameters 2012-10-04 08:50:51 +02:00
hacking man pages have wrong chapter number 2012-10-05 09:09:49 +02:00
lib/ansible Return multiple groups from inventory API. 2012-10-10 18:35:45 +02:00
library Merge pull request #1268 from dagwieers/hpilo-reboot-fix 2012-10-10 05:34:22 -07:00
packaging Library functions and modules should be in the 3 man page section. Also the files should end in '.3' 2012-10-03 10:18:55 -04:00
plugins Example plugin to send out mails on error 2012-10-10 17:28:00 +02:00
test Return multiple groups from inventory API. 2012-10-10 18:35:45 +02:00
.gitignore Update gitignore 2012-10-08 19:21:50 -04:00
CHANGELOG.md Update CHANGELOG.md 2012-10-09 10:38:48 -03:00
CONTRIBUTING.md update CONTRIBUTING 2012-10-08 08:03:44 -04:00
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
Makefile Working on makefile 2012-10-10 08:03:52 -04:00
MANIFEST.in Add some docs/examples 2012-08-14 13:05:44 -04:00
README.md Update website link 2012-09-24 21:56:37 -04:00
RELEASES.txt Release version bump 2012-09-06 18:56:38 -04:00
setup.py Add package to setup.py 2012-09-07 21:03:59 -04:00
VERSION Release version bump 2012-09-06 18:56:38 -04:00

Ansible

Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework.

Read the documentation and more at http://ansible.cc

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

Branch Info

  • Releases are named after Van Halen songs.
  • The devel branch corresponds to the release actively under development.
  • Various release-X.Y branches exist for previous releases
  • We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net