1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix version added attribute, update docs URL

This commit is contained in:
Michael DeHaan 2013-03-25 10:56:32 -04:00
parent 9be44c201a
commit 518007a1ba
14 changed files with 14 additions and 15 deletions

View file

@ -3,8 +3,7 @@ YAML Syntax
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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 This page provides a basic overview of correct YAML syntax, which is how Ansible
playbooks (our configuration management language) are expressed. playbooks (our configuration management language) are expressed.

View file

@ -3,7 +3,7 @@ API & Integrations
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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 There are several interesting ways to use Ansible from an API perspective. You can use

View file

@ -3,7 +3,7 @@ Best Practices
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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. Here are some tips for making the most of Ansible.

View file

@ -3,7 +3,7 @@ Ansible Resources
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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 User contributed playbooks, modules, and articles. This is a small

View file

@ -3,7 +3,7 @@ Command Line Examples And Next Steps
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :alt: ansiblefest 2013
:target: http://www.eventbrite.com/event/5593981750 :target: http://ansibleworks.com/fest
.. highlight:: bash .. highlight:: bash

View file

@ -3,7 +3,7 @@ Getting Started
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :alt: ansiblefest 2013
:target: http://www.eventbrite.com/event/5593981750 :target: http://ansibleworks.com/fest
.. contents:: .. contents::

View file

@ -3,7 +3,7 @@ Glossary
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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. The following is a list (and re-explanation) of term definitions used elsewhere in the Ansible documentation.

View file

@ -5,7 +5,7 @@ Ansible Documentation
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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: This page contains documentation about how to use `Ansible <http://ansible.cc>`_. You may also be interested in taking a class:

View file

@ -3,7 +3,7 @@ Module Development
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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, Ansible modules are reusable units of magic that can be used by the Ansible API,

View file

@ -3,7 +3,7 @@ Ansible Modules
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :alt: ansiblefest 2013
:target: http://www.eventbrite.com/event/5593981750 :target: http://ansibleworks.com/fest
.. contents:: .. contents::
:depth: 2 :depth: 2

View file

@ -5,7 +5,7 @@ Inventory & Patterns
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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 Ansible works against multiple systems in your infrastructure at the

View file

@ -3,7 +3,7 @@ Playbooks
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :alt: ansiblefest 2013
:target: http://www.eventbrite.com/event/5593981750 :target: http://ansibleworks.com/fest
.. contents:: .. contents::

View file

@ -3,7 +3,7 @@ Advanced Playbooks
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png .. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013 :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 Here are some advanced features of the playbooks language. Using all of these features

View file

@ -6,7 +6,7 @@ module: rhn_channel
short_description: Define Red Hat software channels short_description: Define Red Hat software channels
description: description:
- Adds or removes Red Hat software channels on a system - Adds or removes Red Hat software channels on a system
version_added: 1.0 version_added: 1.1
author: Vincent Van der Kussen author: Vincent Van der Kussen
notes: notes:
- this module fetches the systemid from rhn. A function - this module fetches the systemid from rhn. A function