summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst')
-rw-r--r--docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst
new file mode 100644
index 0000000..7516d0f
--- /dev/null
+++ b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst
@@ -0,0 +1,44 @@
+.. _vmware_rest_installation:
+
+*****************************************
+How to install the vmware_rest collection
+*****************************************
+
+.. contents::
+ :local:
+
+
+Requirements
+============
+
+The collection depends on:
+
+- Ansible >=2.9.10 or greater
+- Python 3.6 or greater
+
+aiohttp
+=======
+
+aiohttp_ is the only dependency of the collection. You can install it with ``pip`` if you use a virtualenv to run Ansible.
+
+.. code-block:: shell
+
+ $ pip install aiohttp
+
+Or using an RPM.
+
+.. code-block:: shell
+
+ $ sudo dnf install python3-aiohttp
+
+.. _aiohttp: https://docs.aiohttp.org/en/stable/
+
+Installation
+============
+
+The best option to install the collection is to use the ``ansible-galaxy`` command:
+
+.. code-block:: shell
+
+
+ $ ansible-galaxy collection install vmware.vmware_rest