No description
Find a file
Dag Wieers 9ea26c75f9 Make --list-hosts consider all plays (in multiple playbooks)
Currently when more than one playbook is provided on the commandline, ansible-playbook --list-hosts will only consider the first playbook and stop. This change will make it work for the various different playbooks.
2012-11-15 17:47:01 +01:00
bin Make --list-hosts consider all plays (in multiple playbooks) 2012-11-15 17:47:01 +01:00
docs/man Manpage documentation ALSO should be sorted 2012-11-03 18:54:38 -04:00
docsite Fixup fireball installation playbook 2012-11-14 18:39:01 -05:00
examples Merge pull request #1527 from fdavis/devel 2012-11-08 16:42:37 -08:00
hacking Add ability to specify syslog facility for modules 2012-11-11 00:14:08 -08:00
lib/ansible __new__ does not take arguments, remove deprecation warning 2012-11-14 19:58:44 -05:00
library Fix for #1577 (python 2.4 compliance for mysql_user), tested only for syntax, please exercise MySQL fans! 2012-11-14 20:02:39 -05:00
packaging Add some python packages too 2012-11-08 20:28:32 +01:00
plugins While I haven't done this, it is possible to bring up an instance 2012-11-07 16:56:45 -08:00
test Lookup plugin arguments need to be templated 2012-11-14 11:17:30 +01:00
.gitignore
CHANGELOG.md Added changelog note about 'when' 2012-11-11 11:59:38 -05:00
CONTRIBUTING.md
COPYING
Makefile moduleformatter.py should include our own ansible clone 2012-11-12 14:22:30 +01:00
MANIFEST.in
README.md
RELEASES.txt
setup.py Add ansible.runner.filter_plugins package to setup.py 2012-11-05 15:23:04 +01:00
VERSION

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