Go to file
Lorin Hochstein 1c5ac5cac8 Pretty-print "msg" when task fails
Several modules (e.g., pip) return stdout and stderr together in a "msg" variable (and the module development docs seem to suggest that the standard practice is to return status in this variable).

This change ensures that it is printed out with correct formatting (most importantly, with newlines appearing as newlines instead of \n).
2012-11-01 13:23:18 -04:00
bin pyflakes fixes (mostly unused imports, unused vars) 2012-10-30 20:47:05 -04:00
docs/man - Fixed some typos for the ansible config file 2012-10-30 17:08:12 +01:00
docsite Update 'who uses' page 2012-10-27 18:10:24 -04:00
examples Simplify the group_by example a small bit 2012-10-30 20:00:21 -04:00
hacking DOCUMENTATION: LaTeX template is back 2012-10-24 19:42:52 +02:00
lib/ansible Pretty-print "msg" when task fails 2012-11-01 13:23:18 -04:00
library Fix service module for varnish initscript in EPEL 2012-10-31 12:31:08 +01:00
packaging Release version bump for 0.9 (development branch) 2012-10-19 21:01:57 -04:00
plugins Allowing the EC2 inventory script to gracefully handle AWS API issues 2012-10-22 14:08:30 -07:00
test Use default port if ansible_ssh_port is not set for the delegated node 2012-11-01 12:00:49 +01:00
.gitignore Fix documentation consistency in .gitignore 2012-10-12 17:37:30 -04:00
CHANGELOG.md update changelog 2012-10-25 23:05:31 -04:00
CONTRIBUTING.md Add a bit more info about tests to CONTRIBUTING 2012-10-21 07:15:30 -04:00
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
Makefile Put generated manpages back in correct directory 2012-10-10 20:09:40 -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 Adds release date for Cathedral 2012-10-20 17:21:10 -07:00
setup.py Fixup setup.py path 2012-10-26 20:20:02 -04:00
VERSION Release version bump for 0.9 (development branch) 2012-10-19 21:01:57 -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