add download tarball option (#67548)
This commit is contained in:
parent
fc69f63cec
commit
8fbec3cdeb
3 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue