This repository contains a role for create, delete or to manage a Virtual Machine (VM) using VMware vSphere vCenter
- PyVmoni is the Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter.
The official release is available using epel, just run yum install python2-pyvmomi
Look the file defaults/main.yml
---
- hosts: localhost
gather_facts: false
vars_prompt:
- name: "vmware_vcenter_username"
prompt: "Enter your vCenter username"
private: no
- name: "vmware_vcenter_password"
prompt: "Enter your vCenter password"
private: yes
roles:
- role: stone-payments.ansible-vmware
Not yet.
MIT