Name Mode Size
..
azure 100644 18 kb
cloudformation 100644 10 kb
digital_ocean 100644 14 kb
digital_ocean_domain 100644 7 kb
digital_ocean_sshkey 100644 5 kb
docker 100644 26 kb
docker_image 100644 7 kb
ec2 100644 41 kb
ec2_ami 100644 9 kb
ec2_ami_search 100644 6 kb
ec2_asg 100755 13 kb
ec2_eip 100644 10 kb
ec2_elb 100644 12 kb
ec2_elb_lb 100644 22 kb
ec2_facts 100644 6 kb
ec2_group 100644 13 kb
ec2_key 100644 7 kb
ec2_lc 100755 8 kb
ec2_metric_alarm 100644 11 kb
ec2_scaling_policy 100755 6 kb
ec2_snapshot 100644 5 kb
ec2_tag 100644 5 kb
ec2_vol 100644 12 kb
ec2_vpc 100644 23 kb
elasticache 100644 20 kb
gc_storage 100644 16 kb
gce 100755 16 kb
gce_lb 100644 12 kb
gce_net 100644 8 kb
gce_pd 100644 9 kb
glance_image 100644 9 kb
keystone_user 100644 12 kb
linode 100644 17 kb
nova_compute 100644 11 kb
nova_keypair 100644 5 kb
ovirt 100755 14 kb
quantum_floating_ip 100644 10 kb
quantum_floating_ip_associate 100644 8 kb
quantum_network 100644 10 kb
quantum_router 100644 7 kb
quantum_router_gateway 100644 7 kb
quantum_router_interface 100644 8 kb
quantum_subnet 100644 10 kb
rax 100644 27 kb
rax_cbs 100644 7 kb
rax_cbs_attachments 100644 8 kb
rax_clb 100644 10 kb
rax_clb_nodes 100644 9 kb
rax_dns 100644 5 kb
rax_dns_record 100644 12 kb
rax_facts 100644 4 kb
rax_files 100644 12 kb
rax_files_objects 100644 19 kb
rax_identity 100644 3 kb
rax_keypair 100644 5 kb
rax_meta 100644 5 kb
rax_network 100644 4 kb
rax_queue 100644 4 kb
rax_scaling_group 100644 14 kb
rax_scaling_policy 100644 9 kb
rds 100644 26 kb
rds_param_group 100644 11 kb
rds_subnet_group 100644 5 kb
route53 100644 9 kb
s3 100644 20 kb
virt 100644 14 kb
vsphere_guest 100644 42 kb
README.md
[![PyPI version](https://badge.fury.io/py/ansible.png)](http://badge.fury.io/py/ansible) [![PyPI downloads](https://pypip.in/d/ansible/badge.png)](https://pypi.python.org/pypi/ansible) Ansible ======= Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine. Read the documentation and more at http://ansible.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](http://docs.ansible.com/intro_getting_started.html) for a variety of platforms. If you want a tarball of the last release, go to [releases.ansible.com](http://releases.ansible.com/ansible) and you can also install with pip. Design Principles ================= * Have a dead simple setup process and a minimal learning curve * Be super fast & parallel by default * Require no server or client daemons; use existing SSHd * Use a language that is both machine and human friendly * Focus on security and easy auditability/review/rewriting of content * Manage remote machines instantly, without bootstrapping * Allow module development in any dynamic language, not just Python * Be usable as non-root * Be the easiest IT automation system to use, ever. Get Involved ============ * Read [Contributing.md](https://github.com/ansible/ansible/blob/devel/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. * All code submissions are done through pull requests. Take care to make sure no merge commits are in the submission, and use "git rebase" vs "git merge" for this reason. If submitting a large code change (other than modules), it's probably a good idea to join ansible-devel and talk about what you would like to do or add first and to avoid duplicate efforts. This not only helps everyone know what's going on, it also helps save time and effort if we decide some changes are needed. * 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 ====== Ansible was created by Michael DeHaan (michael@ansible.com) and has contributions from over 700 users (and growing). Thanks everyone! [Ansible, Inc](http://ansible.com)