Ansible

From Freephile Wiki
Revision as of 11:16, 13 April 2015 by Freephile (talk | contribs)

wp:Ansible_(software) is an open-source software platform for configuring and managing computers. It combines multi-node software deployment, ad hoc task execution, and configuration management. Written in Python, it is packaged by RedHat

Ansible "Playbooks" use an easy and descriptive language based on YAML.

Ansible can deploy to virtualization environments and public and private cloud environments including VMWare, OpenStack, AWS, Eucalyptus Cloud, KVM, and CloudStack

Installation is as simple as sudo pip install ansible and there are various other ways to install as well.

Ansible with MediaWiki[edit]

https://github.com/Orain I've cloned the 'ansible-playbook'

Ansible with Drupal[edit]


Ansible References[edit]