Name Mode Size
..
files 040000
filter_plugins 040000
handlers 040000
tasks 040000
templates 040000
vars 040000
ansible_pull.yml 100644 2 kb
batch_size_control.yml 100644 1 kb
cloudformation.yaml 100644 2 kb
complex_args.yml 100644 2 kb
conditionals_part1.yml 100644 2 kb
conditionals_part2.yml 100644 2 kb
conditionals_part3.yml 100644 2 kb
custom_filters.yml 100644 0 kb
delegation.yml 100644 1 kb
environment.yml 100644 1 kb
eucalyptus-ec2.yml 100644 2 kb
file_secontext.yml 100644 1 kb
get_url.yml 100644 1 kb
group_by.yml 100644 1 kb
group_commands.yml 100644 0 kb
intermediate_example.yml 100644 3 kb
intro_example.yml 100644 2 kb
loop_nested.yml 100644 0 kb
loop_plugins.yml 100644 1 kb
loop_with_items.yml 100644 1 kb
mysql.yml 100644 0 kb
nested_playbooks.yml 100644 1 kb
netscaler.yml 100644 1 kb
postgresql.yml 100644 1 kb
prompts.yml 100644 2 kb
rabbitmq.yml 100644 1 kb
register_logic.yml 100644 1 kb
selective_file_sources.yml 100644 1 kb
tags.yml 100644 1 kb
user_commands.yml 100644 1 kb
zfs.yml 100644 1 kb
README.md
Ansible ======= Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework. Read the documentation and more at http://ansible.cc 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://ansible.cc/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to http://ansible.cc/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 ============ * [ansible-project mailing list](http://groups.google.com/group/ansible-project) * 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.dehaan@gmail.com [http://michaeldehaan.net](http://michaeldehaan.net/)