Doc updates

This commit is contained in:
michael@ansibleworks.com 2013-03-19 14:46:30 -04:00 committed by Michael DeHaan
commit e086d6fd89
16 changed files with 76 additions and 42 deletions

View file

@ -3,12 +3,22 @@
Ansible Documentation
`````````````````````
This page contains documentation about how to use `Ansible <http://ansible.cc>`_.
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013
:target: http://www.eventbrite.com/event/5593981750
Before we dive into playbooks, configuration management, deployment, and orchestration, learn how to get Ansible installed and some
This page contains documentation about how to use `Ansible <http://ansible.cc>`_. You may also be interested in taking a class:
.. image:: http://www.ansibleworks.com.s3-website-us-east-1.amazonaws.com/img/banners/training.png
:alt: ansibleworks training
:target: http://www.ansibleworks.com/training/
Before we dive into playbooks, configuration management, deployment, and orchestration, we'll learn how to get Ansible installed and some
basic information. We'll go over how to execute ad-hoc commands in parallel across your nodes using /usr/bin/ansible. We'll also see
what sort of modules are available in Ansible's core (though you can also write your own, which we'll also show later).
.. toctree::
:maxdepth: 1
@ -17,7 +27,6 @@ what sort of modules are available in Ansible's core (though you can also write
examples
modules
Overview
````````
@ -26,6 +35,7 @@ Overview
:width: 566px
:height: 439px
Playbooks
`````````