summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/installation.rst
blob: 7516d0fd45565fd03a75b630c9a71b8c667c8a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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