Update vmware ansible modules requirements section (#62797)
* Update vSphere Automation Python SDK to the requirement section Signed-off-by: Jobin George <jgeorge@vmware.com> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
92b387aa27
commit
8a77f17dea
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@ and vCenter infrastructure. You can install pyVmomi using pip:
|
|||
|
||||
$ pip install pyvmomi
|
||||
|
||||
Ansible VMware modules leveraging latest vSphere(6.0+) features are using `vSphere Automation Python SDK <https://github.com/vmware/vsphere-automation-sdk-python>`_. The vSphere Automation Python SDK also has client libraries, documentation, and sample code for VMware Cloud on AWS Console APIs, NSX VMware Cloud on AWS integration APIs, VMware Cloud on AWS site recovery APIs, NSX-T APIs.
|
||||
|
||||
You can install vSphere Automation Python SDK using pip:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
|
||||
|
||||
Note:
|
||||
Installing vSphere Automation Python SDK also installs ``pyvmomi``. A separate installation of ``pyvmomi`` is not required.
|
||||
|
||||
vmware_guest module
|
||||
===================
|
||||
|
|
Loading…
Reference in a new issue