From aa613f0dc033acd63f436cd99e297dfc811bc2dd Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Wed, 21 Dec 2016 18:26:16 +0000 Subject: [PATCH] Include individual role details in README.rst This patch provides a link in the README.rst to the advanced role documentation. Additionally it provides information on where to find the individual role source code. Change-Id: I424b9a9e1998670fe11b202adcd7d3c43c0ab5a6 --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index cff2e91115..7b170db487 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,16 @@ goals, then please feel free to reach out to us on the `OpenStack Mailing Lists`_ (particularly openstack-operators or openstack-dev) or on IRC in ``#openstack-ansible`` on the `freenode network`_. +OpenStack-Ansible Roles +####################### + +OpenStack-Ansible offers seperate role repositories for each individual role +that OpenStack-Ansible supports. For individual role documentation see the +`Role Documentation`_ in the OpenStack-Ansible documentation. + +An individual role's source code can be found at: +http://git.openstack.org/cgit/openstack/openstack-ansible-. + .. _official OpenStack project: http://governance.openstack.org/reference/projects/index.html .. _Home Page: http://governance.openstack.org/reference/projects/openstackansible.html .. _Install Guide: http://docs.openstack.org/developer/openstack-ansible/install-guide/index.html @@ -44,3 +54,4 @@ or on IRC in ``#openstack-ansible`` on the `freenode network`_. .. _Source: http://git.openstack.org/cgit/openstack/openstack-ansible .. _OpenStack Mailing Lists: http://lists.openstack.org/ .. _freenode network: https://freenode.net/ +.. _Role Documentation: http://docs.openstack.org/developer/openstack-ansible/developer-docs/advanced-role-docs.html