No description
Find a file
2013-11-12 14:10:38 -05:00
bin Merge pull request #3937 from masahide/devel 2013-11-07 14:50:23 -08:00
docs/man
docsite Fix typos in docsite password lookup section 2013-11-12 08:54:19 -05:00
examples
hacking
lib/ansible Merge pull request #4738 from bcoca/assemble_action_plugin 2013-11-12 08:23:39 -08:00
library Remove redundant credential code in vpc module 2013-11-12 14:10:38 -05:00
packaging Fix bad links on Arch aur package readme. 2013-11-07 20:32:58 -05:00
plugins Merge pull request #4005 from herbyg-axial/ansible/ 2013-11-11 14:09:34 -05:00
test
.gitignore
CHANGELOG.md
CONTRIBUTING.md
COPYING
Makefile
MANIFEST.in
README.md Update README.md 2013-11-10 17:57:16 -05:00
RELEASES.txt
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 [here](on http://ansibleworks.com/docs/intro_getting_started.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.

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

  • Read Contributing.md for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.
  • irc.freenode.net: #ansible

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