Name Mode Size
..
rhv.py 120000
abiquo.ini 100644 2 kb
abiquo.py 100755 9 kb
apache-libcloud.py 100755 11 kb
apstra_aos.ini 100644 1 kb
apstra_aos.py 100755 20 kb
azure_rm.ini 100644 1 kb
azure_rm.py 100755 34 kb
brook.ini 100644 1 kb
brook.py 100755 9 kb
cloudforms.ini 100644 1 kb
cloudforms.py 100755 18 kb
cloudstack.ini 100644 0 kb
cloudstack.py 100755 9 kb
cobbler.ini 100644 1 kb
cobbler.py 100755 10 kb
collins.ini 100644 2 kb
collins.py 100755 18 kb
consul_io.ini 100644 1 kb
consul_io.py 100755 18 kb
digital_ocean.ini 100644 1 kb
digital_ocean.py 100755 18 kb
docker.py 100755 33 kb
docker.yml 100644 2 kb
ec2.ini 100644 9 kb
ec2.py 100755 69 kb
fleet.py 100755 3 kb
foreman.ini 100644 5 kb
foreman.py 100755 16 kb
freeipa.py 100755 3 kb
gce.ini 100644 3 kb
gce.py 100755 18 kb
jail.py 100755 1 kb
landscape.py 100755 3 kb
libcloud.ini 100644 0 kb
libvirt_lxc.py 100755 1 kb
linode.ini 100644 1 kb
linode.py 100755 12 kb
lxc_inventory.py 100755 2 kb
lxd.ini 100644 0 kb
lxd.py 100644 4 kb
mdt.ini 100644 0 kb
mdt_dynamic_inventory.py 100755 4 kb
nagios_livestatus.ini 100644 1 kb
nagios_livestatus.py 100755 7 kb
nagios_ndo.ini 100644 0 kb
nagios_ndo.py 100755 4 kb
nova.ini 100644 1 kb
nova.py 100755 7 kb
nsot.py 100755 10 kb
nsot.yaml 100644 0 kb
openshift.py 100755 3 kb
openstack.py 100755 9 kb
openstack.yml 100644 1 kb
openvz.py 100755 3 kb
ovirt.ini 100644 1 kb
ovirt.py 100755 10 kb
ovirt4.py 100755 8 kb
packet_net.ini 100644 2 kb
packet_net.py 100755 18 kb
proxmox.py 100755 8 kb
rackhd.py 100755 3 kb
rax.ini 100644 2 kb
rax.py 100755 16 kb
rudder.ini 100644 1 kb
rudder.py 100755 10 kb
serf.py 100755 3 kb
softlayer.py 100755 7 kb
spacewalk.ini 100644 1 kb
spacewalk.py 100755 9 kb
ssh_config.py 100755 4 kb
stacki.py 100755 6 kb
stacki.yml 100644 0 kb
vagrant.py 100755 4 kb
vbox.py 100755 3 kb
vmware.ini 100644 2 kb
vmware.py 100755 18 kb
vmware_inventory.ini 100644 5 kb
vmware_inventory.py 100755 27 kb
windows_azure.ini 100644 1 kb
windows_azure.py 100755 11 kb
zabbix.ini 100644 0 kb
zabbix.py 100755 4 kb
zone.py 100755 1 kb
README.md
[![PyPI version](https://img.shields.io/pypi/v/ansible.svg)](https://pypi.python.org/pypi/ansible) [![Build Status](https://api.shippable.com/projects/573f79d02a8192902e20e34b/badge?branch=devel)](https://app.shippable.com/projects/573f79d02a8192902e20e34b) Ansible ======= Ansible is a radically simple IT automation system. It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers. Read the documentation and more at https://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](https://docs.ansible.com/ansible/intro_installation.html) for a variety of platforms. Design Principles ================= * Have a dead simple setup process and a minimal learning curve * Manage machines very quickly and in parallel * Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon * Describe infrastructure in a language that is both machine and human friendly * Focus on security and easy auditability/review/rewriting of content * Manage new remote machines instantly, without bootstrapping any software * 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 [Community Information](https://docs.ansible.com/community.html) 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. * Users list: [ansible-project](https://groups.google.com/group/ansible-project) * Development list: [ansible-devel](https://groups.google.com/group/ansible-devel) * Announcement list: [ansible-announce](https://groups.google.com/group/ansible-announce) - read only * irc.freenode.net: #ansible Branch Info =========== * Releases are named after Led Zeppelin songs. (Releases prior to 2.0 were named after Van Halen songs.) * The devel branch corresponds to the release actively under development. * For releases 1.8 - 2.2, modules are kept in different repos, you'll want to follow [core](https://github.com/ansible/ansible-modules-core) and [extras](https://github.com/ansible/ansible-modules-extras) * Various release-X.Y branches exist for previous releases. * We'd love to have your contributions, read [Community Information](https://docs.ansible.com/community.html) for notes on how to get started. Authors ======= Ansible was created by [Michael DeHaan](https://github.com/mpdehaan) (michael.dehaan/gmail/com) and has contributions from over 1000 users (and growing). Thanks everyone! Ansible is sponsored by [Ansible, Inc](https://ansible.com) Licence ======= GNU Click on the [Link](COPYING) to see the full text.