No description
Find a file
willthames 5a769a5a4d Fixed tests to reflect desired configuration behaviour
Test for when environment variable and configuration file
variable both set now tests that the environment variable takes
precedence

Removed logic that would never be triggered from
lib/ansible/constants.py
2012-10-18 12:53:30 +10:00
bin trivial --syntax-check option to ansible to just do the yaml validation 2012-10-15 17:48:25 -04:00
contrib add presentation 2012-10-10 19:50:47 -04:00
docs/man HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core. 2012-10-12 17:49:48 -04:00
docsite Add who uses ansible page back. 2012-10-17 22:28:24 -04:00
examples refine example 2012-10-12 21:39:35 -04:00
hacking Miscellaneous fixes to module_formatter.py 2012-10-12 16:27:01 -07:00
lib/ansible Fixed tests to reflect desired configuration behaviour 2012-10-18 12:53:30 +10:00
library Remove "the the" 2012-10-17 19:38:17 -04: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 Merge pull request #1351 from cocoy/ec2-v2 2012-10-16 20:16:40 -07:00
test Fixed tests to reflect desired configuration behaviour 2012-10-18 12:53:30 +10:00
.gitignore Fix documentation consistency in .gitignore 2012-10-12 17:37:30 -04:00
CHANGELOG.md Rebuild docs 2012-10-16 19:14:21 -04: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 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 Release version bump 2012-09-06 18:56:38 -04:00
setup.py add lookup plugins to setup.py 2012-10-12 20:07:45 -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