From 8fbec3cdeb3cdfbf6847a7a47d18b949e634e09a Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 24 Feb 2020 17:30:34 -0500 Subject: [PATCH] add download tarball option (#67548) --- docs/docsite/rst/galaxy/user_guide.rst | 6 ++++++ .../rst/shared_snippets/download_tarball_collections.txt | 8 ++++++++ docs/docsite/rst/user_guide/collections_using.rst | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 docs/docsite/rst/shared_snippets/download_tarball_collections.txt diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst index edb850bd01e..95911fe2a12 100644 --- a/docs/docsite/rst/galaxy/user_guide.rst +++ b/docs/docsite/rst/galaxy/user_guide.rst @@ -78,6 +78,12 @@ Install multiple collections with a requirements file .. include:: ../shared_snippets/installing_multiple_collections.txt +Downloading a collection for offline use +----------------------------------------- + +.. include:: ../shared_snippets/download_tarball_collections.txt + + Listing installed collections ----------------------------- diff --git a/docs/docsite/rst/shared_snippets/download_tarball_collections.txt b/docs/docsite/rst/shared_snippets/download_tarball_collections.txt new file mode 100644 index 00000000000..045004be271 --- /dev/null +++ b/docs/docsite/rst/shared_snippets/download_tarball_collections.txt @@ -0,0 +1,8 @@ + + +To download the collection tarball from Galaxy for offline use: + +#. Navigate to the collection page. +#. Click on :guilabel:`Download tarball`. + +You may also need to manually download any dependent collections. diff --git a/docs/docsite/rst/user_guide/collections_using.rst b/docs/docsite/rst/user_guide/collections_using.rst index 7de559df05a..1d0632b3407 100644 --- a/docs/docsite/rst/user_guide/collections_using.rst +++ b/docs/docsite/rst/user_guide/collections_using.rst @@ -40,6 +40,14 @@ Install multiple collections with a requirements file .. include:: ../shared_snippets/installing_multiple_collections.txt +.. _collection_offline_download: + +Downloading a collection for offline use +----------------------------------------- + +.. include:: ../shared_snippets/download_tarball_collections.txt + + .. _galaxy_server_config: Configuring the ``ansible-galaxy`` client