Ansible can deploy to virtualization environments and public and private cloud environments including VMWare, OpenStack, AWS, Eucalyptus Cloud, KVM, and CloudStack
The preferred way to [http://docs.ansible.com/intro_installation.html Installationinstall] is as simple as <code>sudo pip install ansible</code> and there are various other ways to install as well. The preferred way is to just <code>git clone</code> the source. If you used <code>pip</code> then upgrades are <code>sudo pip install --Having the source makes it easy to upgrade ansible</code> , and if it's self-contained, plus best of all you want to remove that get all the examples and use the source: <code>sudo pip uninstall ansible</code>contribs.
== Ansible with MediaWiki ==