From 46bd085fb9685905d0d16d34424b9d59f4a4823d Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Fri, 26 May 2017 08:19:36 -0400 Subject: [PATCH] [DOC] add doc page for repo_server role Change-Id: Idefb279501bf837bcc0920b1e5ffc47467725e5a (cherry picked from commit 05fee07110e39af55b41069c8b9e35a328e8d63f) --- README.rst | 10 ++++++++-- doc/source/index.rst | 16 +++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index faf6b83..f4a4c3c 100644 --- a/README.rst +++ b/README.rst @@ -11,5 +11,11 @@ Team and repository tags OpenStack-Ansible Repo Server ============================= -Ansible role that deploys a repository server for python packages and git -sources. +Ansible role that deploys a repository server for python packages, git +sources and package caching for deb/rpm. + +Documentation for the project can be found at: +``_ + +The project home is at: + http://launchpad.net/openstack-ansible diff --git a/doc/source/index.rst b/doc/source/index.rst index 3529983..d2bb5a9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2,8 +2,22 @@ OpenStack-Ansible Repo Server ============================= -Example playbooks +Ansible role that deploys a repository server for python packages, git +sources and package caching for deb/rpm. + +To clone or view the source code for this repository, visit the role repository +for `repo_server `_. + +Default variables ~~~~~~~~~~~~~~~~~ +.. literalinclude:: ../../defaults/main.yml + :language: yaml + :start-after: under the License. + +Required variables +~~~~~~~~~~~~~~~~~~ + +None. Example playbook ~~~~~~~~~~~~~~~~