Akasurde / ansible-vmware-http

Examples of Ansible playbook to manage VMware using HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible VMware Sample Playbooks for handling HTTP APIs

Following repos show how Ansible can be utilized to consume VMware HTTP APIs.

Requirements

VMware HTTP APIs are supported in vCenter 6.5 and onwards. So, in order to use these playbooks you need to have vCenter version greater than equal to 6.5.

If you are going to use Pyvmomi based (XMLRPC based) modules then you need to install Pyvmomi using pip install pyvmomi.

Examples

Example Ansible playbook to manage VMware using HTTP APIs:

Caveats

Currently, these APIs are under development so not all features are available in vCenter server as a part of API.

Links

Ansible VMware Documentation

vBrownBag videos link

About

Examples of Ansible playbook to manage VMware using HTTP APIs

License:GNU General Public License v3.0