Changes

Jump to navigation Jump to search
160 bytes added ,  11:53, 14 September 2016
Add Example Commands section
# <code>ansible-vault</code> - (optional) to encrypt or decrypt YAML files that Ansible uses.
== Example Commands ==
# <code>ansible -m setup wiki.example.com</code> will show you all the ansible 'facts' about that host.
Ansible "[http://docs.ansible.com/playbooks.html Playbooks]" use an easy and descriptive language based on YAML.
== Targets ==
Ansible can deploy to virtualization environments and public and private cloud environments including VMWare, OpenStack, AWS, Eucalyptus Cloud, KVM, and CloudStack
== Installation ==
The preferred way to [http://docs.ansible.com/intro_installation.html install] is to just <code>git clone</code> the source. Having the source makes it easy to upgrade, and it's self-contained, plus best of all you get all the examples and contribs. However, when I ran my first <code>ansible-playbook digitalocean.yml</code>, I got an error message
<pre>
4,558

edits

Navigation menu