Name Mode Size
..
add_host 100644 1 kb
apt 100644 10 kb
apt_key 100644 6 kb
apt_repository 100644 5 kb
assemble 100644 4 kb
async_status 100644 3 kb
async_wrapper 100644 6 kb
authorized_key 100644 6 kb
bzr 100644 5 kb
cloudformation 100644 8 kb
command 100644 7 kb
copy 100644 6 kb
cron 100644 12 kb
debug 100644 2 kb
django_manage 100644 9 kb
easy_install 100644 5 kb
ec2 100644 11 kb
ec2_facts 100644 5 kb
ec2_vol 100644 7 kb
facter 100644 2 kb
fail 100644 1 kb
fetch 100644 1 kb
file 100644 10 kb
fireball 100644 8 kb
gem 100755 6 kb
get_url 100644 9 kb
git 100644 11 kb
group 100644 8 kb
group_by 100644 1 kb
hg 100644 8 kb
homebrew 100755 5 kb
ini_file 100644 6 kb
lineinfile 100644 11 kb
lvg 100755 8 kb
lvol 100644 4 kb
macports 100644 6 kb
mail 100644 8 kb
mongodb_user 100644 6 kb
mount 100644 9 kb
mysql_db 100644 8 kb
mysql_user 100644 14 kb
nagios 100644 30 kb
netscaler 100644 5 kb
ohai 100644 2 kb
openbsd_pkg 100644 7 kb
opkg 100644 4 kb
pacman 100755 4 kb
pause 100644 2 kb
ping 100644 2 kb
pip 100644 8 kb
pkgin 100644 4 kb
postgresql_db 100644 6 kb
postgresql_user 100644 16 kb
rabbitmq_parameter 100644 4 kb
rabbitmq_plugin 100644 4 kb
rabbitmq_user 100644 7 kb
rabbitmq_vhost 100644 4 kb
raw 100644 2 kb
rhn_channel 100755 4 kb
s3 100644 8 kb
script 100644 1 kb
seboolean 100644 7 kb
selinux 100644 6 kb
service 100644 34 kb
setup 100644 61 kb
shell 100644 2 kb
slurp 100644 2 kb
subversion 100644 6 kb
supervisorctl 100644 4 kb
svr4pkg 100644 5 kb
sysctl 100644 11 kb
template 100644 2 kb
uri 100644 15 kb
user 100644 37 kb
vagrant 100644 19 kb
virt 100644 12 kb
wait_for 100644 4 kb
yum 100644 21 kb
zfs 100644 13 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/)