No description
Find a file
2013-07-15 13:16:37 -04:00
bin set checkout destination directory to be full path 2013-07-05 17:57:01 +00:00
docs/man
docsite Merge pull request #3439 from eest/bestpractices_templates_fix 2013-07-11 05:31:25 -07:00
examples Slight revisement to configuration file comment. 2013-07-05 22:11:51 -04:00
hacking Fixing your YAML Seth :) 2013-07-15 13:16:37 -04:00
lib/ansible now ANSIBLE_KEEP_REMOTE_FILE acts as boolean 2013-07-14 22:08:36 -04:00
library Fixing your YAML Seth :) 2013-07-15 13:16:37 -04:00
packaging Fixup changelog dates 2013-07-05 22:12:33 -04:00
plugins digital_ocean: whitespace changes 2013-07-05 10:38:04 -04:00
test Add test for 'ignore_errors:' 2013-07-01 02:31:16 +02:00
.gitignore
CHANGELOG.md Update changelog 2013-07-05 22:11:32 -04:00
CONTRIBUTING.md
COPYING
Makefile
MANIFEST.in
README.md
RELEASES.txt Update releases 2013-07-05 22:10:34 -04:00
setup.py
VERSION

Ansible

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

Read the documentation and more at http://ansibleworks.com/

Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. You can find instructions on http://ansibleworks.com/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to http://ansibleworks.com/releases/ and you can also install with pip (though that will bring in some optional binary dependencies you normally do not need).

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@ansibleworks.com

AnsibleWorks