mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Doc updates
This commit is contained in:
parent
b68f81a727
commit
e086d6fd89
16 changed files with 76 additions and 42 deletions
|
@ -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
|
||||
`````````
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue