Fix version added attribute, update docs URL
This commit is contained in:
parent
9be44c201a
commit
518007a1ba
14 changed files with 14 additions and 15 deletions
|
@ -3,8 +3,7 @@ YAML Syntax
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
This page provides a basic overview of correct YAML syntax, which is how Ansible
|
||||
playbooks (our configuration management language) are expressed.
|
||||
|
|
|
@ -3,7 +3,7 @@ API & Integrations
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
There are several interesting ways to use Ansible from an API perspective. You can use
|
||||
|
|
|
@ -3,7 +3,7 @@ Best Practices
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest/
|
||||
|
||||
|
||||
Here are some tips for making the most of Ansible.
|
||||
|
|
|
@ -3,7 +3,7 @@ Ansible Resources
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
User contributed playbooks, modules, and articles. This is a small
|
||||
|
|
|
@ -3,7 +3,7 @@ Command Line Examples And Next Steps
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
.. highlight:: bash
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Getting Started
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
.. contents::
|
||||
|
|
|
@ -3,7 +3,7 @@ Glossary
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
The following is a list (and re-explanation) of term definitions used elsewhere in the Ansible documentation.
|
||||
|
|
|
@ -5,7 +5,7 @@ Ansible Documentation
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
This page contains documentation about how to use `Ansible <http://ansible.cc>`_. You may also be interested in taking a class:
|
||||
|
|
|
@ -3,7 +3,7 @@ Module Development
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
Ansible modules are reusable units of magic that can be used by the Ansible API,
|
||||
|
|
|
@ -3,7 +3,7 @@ Ansible Modules
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
|
|
|
@ -5,7 +5,7 @@ Inventory & Patterns
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
Ansible works against multiple systems in your infrastructure at the
|
||||
|
|
|
@ -3,7 +3,7 @@ Playbooks
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
.. contents::
|
||||
|
|
|
@ -3,7 +3,7 @@ Advanced Playbooks
|
|||
|
||||
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
|
||||
:alt: ansiblefest 2013
|
||||
:target: http://www.eventbrite.com/event/5593981750
|
||||
:target: http://ansibleworks.com/fest
|
||||
|
||||
|
||||
Here are some advanced features of the playbooks language. Using all of these features
|
||||
|
|
|
@ -6,7 +6,7 @@ module: rhn_channel
|
|||
short_description: Define Red Hat software channels
|
||||
description:
|
||||
- Adds or removes Red Hat software channels on a system
|
||||
version_added: 1.0
|
||||
version_added: 1.1
|
||||
author: Vincent Van der Kussen
|
||||
notes:
|
||||
- this module fetches the systemid from rhn. A function
|
||||
|
|
Loading…
Reference in a new issue